 | CVOXDGetThematicInfo Method |
Get a copy of a thematic voxel's TPAT object and a VV containing the current display selections.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void GetThematicInfo(
CTPAT tpat,
CVV vv
)
public void GetThematicInfo(
CTPAT tpat,
CVV vv
)
Public Sub GetThematicInfo (
tpat As CTPAT,
vv As CVV
)
Public Sub GetThematicInfo (
tpat As CTPAT,
vv As CVV
)
public:
void GetThematicInfo(
CTPAT^ tpat,
CVV^ vv
)
public:
void GetThematicInfo(
CTPAT^ tpat,
CVV^ vv
)
member GetThematicInfo :
tpat : CTPAT *
vv : CVV -> unit
member GetThematicInfo :
tpat : CTPAT *
vv : CVV -> unit
Parameters
- tpat
- Type: GeoEngine.Core.GXNetXCTPAT
TPAT object to get - vv
- Type: GeoEngine.Core.GXNetXCVV
VV (int) object to fill with current selections
See Also