SurfaceContourLabelGroupLabelLinePoints Property

Gets or sets the key points of label lines.

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

Property Value

Point2dCollection
Exceptions
ExceptionCondition
ArgumentException Thrown when the count of points is less than 2.
Remarks
There are at least 2 points to compose the label line.
See Also