Click or drag to resize
CVOXDCreateITR Method
Create a new VOXD with our own ITR

Available since Oasis montaj version: 6.2.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
Fails if the VOX object is thematic. (See the CreateThematic_VOXD function.)
Syntax
public static CVOXD CreateITR(
	CVOX oVOX1,
	CITR oITR2
)

Parameters

oVOX1
Type: GeoEngine.Core.GXNetCVOX
VOX Object
oITR2
Type: GeoEngine.Core.GXNetCITR
ITR Object

Return Value

Type: CVOXD
VOXD handle, terminates if creation fails
See Also