Gets or sets the location point of this label.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0

Syntax

C#
public Point2d Location { get; set; }
Visual Basic
Public Property Location As Point2d
	Get
	Set
Visual C++
public:
property Point2d Location {
	Point2d get ();
	void set (Point2d value);
}

Remarks

When the slope label type is TwoPoints, this property means first point's location.

See Also