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