You are here: Start » FIL.NET » Function Reference » Surface » Surface Features » FIL.SurfaceVolume_Double

FIL.SurfaceVolume_Double

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
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.

Errors

List of possible exceptions:

Error type Description
DomainError Different surface dimensions between inTopSurface and inBottomSurface in SurfaceVolume_Double.
DomainError Different surface scales or offsets between inTopSurface and inBottomSurface in SurfaceVolume_Double.
DomainError Different surface types between inTopSurface and inBottomSurface in SurfaceVolume_Double.
DomainError Region of interest exceeds an input surface in SurfaceVolume_Double.
DomainError Unsupported inVolumeCalculationMethod in SurfaceVolume_Double.

Function Overrides

See also