Gets or sets the linkage ObjectIdCollection of the surface mask.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public ObjectIdCollection Linkages { get; set; }
VB
Public Property Linkages As ObjectIdCollection Get Set
C++
public: property ObjectIdCollection^ Linkages { ObjectIdCollection^ get (); void set (ObjectIdCollection^ value); }
Property Value
ObjectIdCollectionExceptions
Exception | Condition |
---|---|
ArgumentException | Thrown when the linkage ObjectIdCollection contains types which are not supported. |