Click or drag to resize
CSTrGetInfo Method
This method allows you to retrieve (and compute) the information from the ST object.

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
The following can only be determined if the ST has recorded a histogram: <define>ST_MEDIAN</define>, <define>ST_MODE</define> <define>ST_MINPOS</define> can be used to retrieve the smallest value greater than zero, but not from ST objects recovered from serialized object.
Syntax
public double rGetInfo(
	int id
)

Parameters

id
Type: SystemInt32
<define>ST_INFO</define>

Return Value

Type: Double
Data you asked for <define>GS_R8DM</define> for none
See Also