Click or drag to resize

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
Syntax
public static CVOXE Create(
	CVOX vox
)

public static CVOXE Create(
	CVOX vox
)

Parameters

vox
Type: GeoEngine.Core.GXNetCVOX
VOX Object

Return Value

Type: CVOXE
VOXE handle, terminates if creation fails
See Also