 | CCSYMB3DGetST Method |
Get a copy of the CSYMB3D statistics object
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void GetST(
CST st
)
public void GetST(
CST st
)
Public Sub GetST (
st As CST
)
Public Sub GetST (
st As CST
)
public:
void GetST(
CST^ st
)
public:
void GetST(
CST^ st
)
member GetST :
st : CST -> unit
member GetST :
st : CST -> unit
Parameters
- st
- Type: GeoEngine.Core.GXNetXCST
ST Handle
Remarks
Returns all dummies if no values are input with the locations.
If both colour and size data are present, returns the colour ST.
See Also