Share

SurfaceMaskCreationData.Linkages Property

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

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

Reference

Was this information helpful?