Click or drag to resize

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
Syntax
public void GetTPAT(
	CTPAT tpat
)

public void GetTPAT(
	CTPAT tpat
)

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