Gets or sets the linkage ObjectIdCollection of the surface mask.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: 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
Exception | Condition |
---|---|
System.ArgumentException | Thrown when the linkage ObjectIdCollection contains types which are not supported. |