You are here: Start » FIL.NET » FIS.SurfaceMedian Method

FIS.SurfaceMedian Method

Finds the median Z coordinate of the surface points.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void SurfaceMedian
(
	FilNet.Surface inSurface,
	NullableRef<FilNet.Region> inRoi,
	out float outMedian
)

Parameters

Name Type Range Default Description
inSurfaceFilNet.SurfaceInput surface.
inRoiFilNet.NullableRef<FilNet.Region>Region of interest. Default value: ftl::NIL.
outMedianfloatMedian Z coordinate of the surface points.

Function Overrides

See also