You are here: Start » FIL.NET » FIL.SurfaceVolume

FIL.SurfaceVolume

Computes the volume of given surface.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void SurfaceVolume
(
	FilNet.Surface inSurface,
	NullableRef<FilNet.Region> inRoi,
	float inZ,
	out float outVolume
)

Parameters

Name Type Range Default Description
inSurfaceFilNet.SurfaceInput surface.
inRoiFilNet.NullableRef<FilNet.Region>Range of pixels to be processed. Default value: ftl::NIL.
inZfloat
outVolumefloatVolume of the input surface.

Function Overrides

See also