AlignmentReferencePoint Property

Gets or sets the Alignment reference point.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public Point2d ReferencePoint { get; set; }

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