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

FIS.SurfaceVolume Method

Computes the volume of given surface.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void SurfaceVolume
(
	FilNet.Surface inSurface,
	float inZ,
	out float outVolume
)

Parameters

Name Type Range Default Description
inSurfaceFilNet.SurfaceInput surface.
inZfloat
outVolumefloatVolume of the input surface.

Function Overrides

See also