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,
	float inZ,
	out float outVolume
)

Parameters

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

Function Overrides

See also