 | CVOXGetTPAT Method |
Get a copy of a thematic voxel's TPAT object.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void GetTPAT(
CTPAT tpat
)
public void GetTPAT(
CTPAT tpat
)
Public Sub GetTPAT (
tpat As CTPAT
)
Public Sub GetTPAT (
tpat As CTPAT
)
public:
void GetTPAT(
CTPAT^ tpat
)
public:
void GetTPAT(
CTPAT^ tpat
)
member GetTPAT :
tpat : CTPAT -> unit
member GetTPAT :
tpat : CTPAT -> unit
Parameters
- tpat
- Type: GeoEngine.Core.GXNetXCTPAT
TPAT object to get
Remarks
Each row in the TPAT object corresponds to a stored index
value in the thematic voxel. The TPAT should NOT be modified
by the addition or deletion of items, if it is to be
restored into the VOX object, but the CODE, LABEL, DESCRIPTION
or COLOR info can be changed.
The TPAT object is stored inside the VOX META object.
See Also