Share

Alignment.ReferencePoint Property

Gets or sets the Alignment reference point.



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

Syntax

C#

public Point2d ReferencePoint { get; set; }

VB

Public Property ReferencePoint As Point2d
	Get
	Set

C++

public:
property Point2d ReferencePoint {
	Point2d get ();
	void set (Point2d value);
}

Property Value

Point2d

Remarks

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

See Also

Reference

Was this information helpful?