Click or drag to resize
CMVIEWGetVECTOR3D Method
Get an existing VECTOR3D object from the view.

Available since Oasis montaj version: 9.3.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 CVECTOR3D GetVECTOR3D(
	int i1
)

Parameters

i1
Type: SystemInt32
Group number

Return Value

Type: CVECTOR3D
VECTOR3D object
See Also