Click or drag to resize

CMVIEWGetDATALINKD Method

Get an existing Data Link Display (DATALINKD) object from the view.

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

public CDATALINKD GetDATALINKD(
	int group
)

Parameters

group
Type: SystemInt32
Group number

Return Value

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