Click or drag to resize

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

public void SetTPAT(
	CTPAT tpat
)

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