Click or drag to resize
CSURFACEITEMGetInfo Method
Gets information about the surface item.

Available since Oasis montaj version: 8.5
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public void GetInfo(
	ref int closed,
	ref double area,
	ref double volume,
	ref double volume_confidence_interval
)

Parameters

closed
Type: SystemInt32
indicating if all meshes in item is closed
area
Type: SystemDouble
Area
volume
Type: SystemDouble
Volume
volume_confidence_interval
Type: SystemDouble
Volume confidence interval
See Also