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

FIS.SurfaceVolume_Double Method

Computes the volume of a surface with respect to another surface.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void SurfaceVolume_Double
(
	FilNet.Surface inTopSurface,
	FilNet.Surface inBottomSurface,
	NullableRef<FilNet.Region> inRoi,
	FilNet.VolumeCalculationMethod inVolumeCalculationMethod,
	out double outVolume
)

Parameters

Name Type Range Default Description
inTopSurfaceFilNet.SurfaceThe top surface.
inBottomSurfaceFilNet.SurfaceThe bottom surface.
inRoiFilNet.NullableRef<FilNet.Region>Range of pixels to be processed. Default value: ftl::NIL.
inVolumeCalculationMethodFilNet.VolumeCalculationMethodDetermines how the parts of a volume are added up.
outVolumedoubleVolume of the input surface.

Function Overrides

See also