 | CVOXECreate Method |
Create a handle to an VOXE object
Namespace:
GeoEngine.Core.GXNet
Assembly:
geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static CVOXE Create(
CVOX vox
)
public static CVOXE Create(
CVOX vox
)
Public Shared Function Create (
vox As CVOX
) As CVOXE
Public Shared Function Create (
vox As CVOX
) As CVOXE
public:
static CVOXE^ Create(
CVOX^ vox
)
public:
static CVOXE^ Create(
CVOX^ vox
)
static member Create :
vox : CVOX -> CVOXE
static member Create :
vox : CVOX -> CVOXE
Parameters
- vox
- Type: GeoEngine.Core.GXNetCVOX
VOX Object
Return Value
Type:
CVOXEVOXE handle, terminates if creation fails
See Also