Click or drag to resize
CMVIEWGetVOXD Method
Get an existing VOXD object from the view.

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
This method returns a cached object owned by the MVIEW and will be destroyed automatically when the MVIEW is disposed
Syntax
public CVOXD GetVOXD(
	int i1
)

Parameters

i1
Type: SystemInt32
group number

Return Value

Type: CVOXD
VOXD object
See Also