SurfaceMaskCreationDataLinkages Property

Gets or sets the linkage ObjectIdCollection of the surface mask.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public ObjectIdCollection Linkages { get; set; }

Property Value

ObjectIdCollection
Exceptions
ExceptionCondition
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