Gets or sets the key points of label lines.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.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
Exceptions
| Exception | Condition |
|---|
| System..::..ArgumentException |
Thrown when the count of points is less than 2.
|
See Also