SurfaceContourLabelGroupLabelLinePoints Property |
Gets or sets the key points of label lines.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic Point2dCollection LabelLinePoints { get; set; }
Public Property LabelLinePoints As Point2dCollection
Get
Set
public:
property Point2dCollection^ LabelLinePoints {
Point2dCollection^ get ();
void set (Point2dCollection^ value);
}
Property Value
Point2dCollection
ExceptionsException | Condition |
---|
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