Click or drag to resize
CVOXGetTPAT Method
Get a copy of a thematic voxel's TPAT object.

Available since Oasis montaj version: 7.0.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
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.
Syntax
public void GetTPAT(
	CTPAT oTPAT1
)

Parameters

oTPAT1
Type: GeoEngine.Core.GXNetCTPAT
TPAT object to get
See Also