Gets or sets the Alignment reference point.

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

Syntax

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

Remarks

If newValue is not on the Alignment, it will be automatically changed to the closest point along the Alignment.

See Also