Click or drag to resize

CSURFACEITEMGetInfo Method

Gets information about the surface item.

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

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