 | CVOXDCreateITR Method |
Create a new VOXD with our own ITR
Namespace:
GeoEngine.Core.GXNet
Assembly:
geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static CVOXD CreateITR(
CVOX vox,
CITR itr
)
public static CVOXD CreateITR(
CVOX vox,
CITR itr
)
Public Shared Function CreateITR (
vox As CVOX,
itr As CITR
) As CVOXD
Public Shared Function CreateITR (
vox As CVOX,
itr As CITR
) As CVOXD
public:
static CVOXD^ CreateITR(
CVOX^ vox,
CITR^ itr
)
public:
static CVOXD^ CreateITR(
CVOX^ vox,
CITR^ itr
)
static member CreateITR :
vox : CVOX *
itr : CITR -> CVOXD
static member CreateITR :
vox : CVOX *
itr : CITR -> CVOXD
Parameters
- vox
- Type: GeoEngine.Core.GXNetCVOX
VOX Object - itr
- Type: GeoEngine.Core.GXNetCITR
ITR Object
Return Value
Type:
CVOXDVOXD handle, terminates if creation fails
Remarks
Fails if the VOX object is thematic.
(See the CreateThematic_VOXD function.)
See Also