Click or drag to resize

CSTrGetInfo Method

This method allows you to retrieve (and compute) the information from the ST object.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public double rGetInfo(
	int id
)

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
Remarks
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.
See Also