You are here: Start » FIL.NET » Invoke.SurfaceMedian_OrNil

Invoke.SurfaceMedian_OrNil

Finds the median Z coordinate of the surface points; returns NIL if the surface is empty in the given region.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void SurfaceMedian_OrNil
(
	Fil.Surface inSurface,
	Optional<Fil.Region> inRoi,
	Conditional<float> outMedian
)

Parameters

Name Type Range Default Description
inSurfaceFil.SurfaceInput surface.
inRoiFtl.Optional<Fil.Region>Region of interest. Default value: ftl::NIL.
outMedianFtl.Conditional<float>Median Z coordinate of the surface points.

See also