Gets or sets the key points of label lines.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public Point2dCollection LabelLinePoints { get; set; }
VB
Public Property LabelLinePoints As Point2dCollection Get Set
C++
public: property Point2dCollection^ LabelLinePoints { Point2dCollection^ get (); void set (Point2dCollection^ value); }
Property Value
Point2dCollectionExceptions
Exception | Condition |
---|---|
ArgumentException | Thrown when the count of points is less than 2. |