 | CVOXDCreate Method |
Create a new VOXD
Namespace:
GeoEngine.Core.GXNet
Assembly:
geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static CVOXD Create(
CVOX vox,
string table,
int zone,
double contour
)
public static CVOXD Create(
CVOX vox,
string table,
int zone,
double contour
)
Public Shared Function Create (
vox As CVOX,
table As String,
zone As Integer,
contour As Double
) As CVOXD
Public Shared Function Create (
vox As CVOX,
table As String,
zone As Integer,
contour As Double
) As CVOXD
public:
static CVOXD^ Create(
CVOX^ vox,
String^ table,
int zone,
double contour
)
public:
static CVOXD^ Create(
CVOX^ vox,
String^ table,
int zone,
double contour
)
static member Create :
vox : CVOX *
table : string *
zone : int *
contour : float -> CVOXD
static member Create :
vox : CVOX *
table : string *
zone : int *
contour : float -> CVOXD
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:
CVOXDVOXD handle, terminates if creation fails
Remarks
Fails if the VOX object is NOT thematic.
(See the CreateThematic_VOXD function.)
See Also