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.0
License: Available to anyone with an Oasis Montaj license.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
The following can only be determined if the ST has recorded a histogram: ST_MEDIAN, ST_MODE ST_MINPOS 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 i1
)

Parameters

i1
Type: SystemInt32
See ST_INFOConstant

Return Value

Type: Double
Data you asked for GS_R8DM for none
See Also