 | CVOXSetTPAT Method |
Set 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 SetTPAT(
CTPAT tpat
)
public void SetTPAT(
CTPAT tpat
)
Public Sub SetTPAT (
tpat As CTPAT
)
Public Sub SetTPAT (
tpat As CTPAT
)
public:
void SetTPAT(
CTPAT^ tpat
)
public:
void SetTPAT(
CTPAT^ tpat
)
member SetTPAT :
tpat : CTPAT -> unit
member SetTPAT :
tpat : CTPAT -> unit
Parameters
- tpat
- Type: GeoEngine.Core.GXNetXCTPAT
TPAT object to store
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