 | 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
Syntaxpublic 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
)
Public Sub GetInfo (
ByRef closed As Integer,
ByRef area As Double,
ByRef volume As Double,
ByRef volume_confidence_interval As Double
)
Public Sub GetInfo (
ByRef closed As Integer,
ByRef area As Double,
ByRef volume As Double,
ByRef volume_confidence_interval As Double
)
public:
void GetInfo(
int% closed,
double% area,
double% volume,
double% volume_confidence_interval
)
public:
void GetInfo(
int% closed,
double% area,
double% volume,
double% volume_confidence_interval
)
member GetInfo :
closed : int byref *
area : float byref *
volume : float byref *
volume_confidence_interval : float byref -> unit
member GetInfo :
closed : int byref *
area : float byref *
volume : float byref *
volume_confidence_interval : float byref -> unit
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