 | CVOXDiIsThematic Method |
Is this a thematic voxel?
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic int iIsThematic()
public int iIsThematic()
Public Function iIsThematic As Integer
Public Function iIsThematic As Integer
public:
int iIsThematic()
public:
int iIsThematic()
member iIsThematic : unit -> int
member iIsThematic : unit -> int
Return Value
Type:
Int321 if VOX is thematic
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.
See Also