SurfaceMaskCreationDataLinkages Property |
Gets or sets the linkage ObjectIdCollection of the surface mask.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic ObjectIdCollection Linkages { get; set; }
Public Property Linkages As ObjectIdCollection
Get
Set
public:
property ObjectIdCollection^ Linkages {
ObjectIdCollection^ get ();
void set (ObjectIdCollection^ value);
}
Property Value
ObjectIdCollection
ExceptionsException | Condition |
---|
ArgumentException |
Thrown when the linkage ObjectIdCollection contains types which are not supported.
|
Remarks
The supported types are: Polyline, Polyline2d, Polyline3d, ParcelSegment, Parcel, Circle, Ellipse, TinSurface, and GridSurface.
See Also