Gets or sets the 2nd location point of this label in case the label type is TwoPoints.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.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

ExceptionCondition
System..::..InvalidOperationException Thrown when the slope label type is OnePoints.

See Also