Click or drag to resize

CVOXDCreate Method

Create a new VOXD

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

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

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
vox
Type: GeoEngine.Core.GXNetXCVOX
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