Click or drag to resize
CMVIEWGetDATALINKD Method
Get an existing Data Link Display (DATALINKD) object from the view.

Available since Oasis montaj version: 9.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 CDATALINKD GetDATALINKD(
	int i1
)

Parameters

i1
Type: SystemInt32
group number

Return Value

Type: CDATALINKD
DATALINKD object
See Also