Click or drag to resize

CMVIEWGetVOXD Method

Get an existing VOXD object from the view.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public CVOXD GetVOXD(
	int group
)

public CVOXD GetVOXD(
	int group
)

Parameters

group
Type: SystemInt32
Group number

Return Value

Type: CVOXD
VOXD object
Remarks
This method returns a cached object owned by the MVIEW and will be destroyed automatically when the MVIEW is disposed
See Also