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

Invoke.SurfaceMedian

Finds the median Z coordinate of the surface points.

Namespace:Fil
Assembly:FilNet.dll

Syntax

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

Parameters

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

See also