Revit 2026 API
AlignmentGet |
Calculates the point on the alignment's geometry which is closest to the given model point.
Namespace: Autodesk.Revit.DB.Infrastructure
Assembly: Autodesk.CivilAlignments.DBApplication (in Autodesk.CivilAlignments.DBApplication.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public XYZ GetClosestPoint( XYZ point )
Public Function GetClosestPoint ( point As XYZ ) As XYZ
public: XYZ^ GetClosestPoint( XYZ^ point )
member GetClosestPoint : point : XYZ -> XYZ
Parameters
- point XYZ
- The model point for which to calculate the closest point.
Return Value
XYZThe alignment point closest to the given model point.
See Also