Click or drag to resize

CVOXDCreateThematic Method

Create a new VOXD for a thematic VOX object.

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static CVOXD CreateThematic(
	CVOX vox
)

public static CVOXD CreateThematic(
	CVOX vox
)

Parameters

vox
Type: GeoEngine.Core.GXNetCVOX
VOX Object

Return Value

Type: CVOXD
VOXD handle, terminates if creation fails
Remarks
A thematic voxel is one where the stored integer values represent indices into an internally stored TPAT object. Thematic voxels contain their own color definitions, and normal numerical operations, such as applying ITRs for display, are not valid. To determine if a VOX object is thematic, use the iIsThematic_VOXD function. Fails if the VOX object is NOT thematic.
See Also