LabelLinePoints Property

Gets or sets the key points of label lines.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.0

Syntax

C#

public Point2dCollection LabelLinePoints { get; set; }

Visual Basic

Public Property LabelLinePoints As Point2dCollection
	Get
	Set

Visual C++

public:
property Point2dCollection^ LabelLinePoints {
	Point2dCollection^ get ();
	void set (Point2dCollection^ value);
}

Remarks

There are at least 2 points to compose the label line.

Exceptions

ExceptionCondition
System.ArgumentException Thrown when the count of points is less than 2.

See Also