Linkages Property

Gets or sets the linkage ObjectIdCollection of the surface mask.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0

Syntax

C#

public ObjectIdCollection Linkages { get; set; }

Visual Basic

Public Property Linkages As ObjectIdCollection
	Get
	Set

Visual C++

public:
property ObjectIdCollection^ Linkages {
	ObjectIdCollection^ get ();
	void set (ObjectIdCollection^ value);
}

Remarks

The supported types are: Polyline, Polyline2d, Polyline3d, ParcelSegment, Parcel, Circle, Ellipse, TinSurface, and GridSurface.

Exceptions

ExceptionCondition
System.ArgumentException Thrown when the linkage ObjectIdCollection contains types which are not supported.

See Also