Click or drag to resize

CVOXDCreate Method

Create a new VOXD

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static CVOXD Create(
	CVOX vox,
	string table,
	int zone,
	double contour
)

public static CVOXD Create(
	CVOX vox,
	string table,
	int zone,
	double contour
)

Parameters

vox
Type: GeoEngine.Core.GXNetCVOX
VOX Object
table
Type: SystemString
Color table name, "" for default
zone
Type: SystemInt32
<define>ITR_ZONE</define>
contour
Type: SystemDouble
Color contour interval or <define>rDUMMY</define>

Return Value

Type: CVOXD
VOXD handle, terminates if creation fails
Remarks
Fails if the VOX object is NOT thematic. (See the CreateThematic_VOXD function.)
See Also