Gets or sets the 2nd location point of this label in case the label type is TwoPoints.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 10.5.768.0
Syntax
C# |
---|
public Point2d Location2 { get; set; } |
Visual Basic |
---|
Public Property Location2 As Point2d Get Set |
Visual C++ |
---|
public: property Point2d Location2 { Point2d get (); void set (Point2d value); } |
Exceptions
Exception | Condition |
---|---|
System..::..InvalidOperationException | Thrown when the slope label type is OnePoints. |