AlignmentReferencePoint Property |
Gets or sets the Alignment reference point.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic Point2d ReferencePoint { get; set; }
Public Property ReferencePoint As Point2d
Get
Set
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