AlignmentGetClosestStation Method |
Calculates the alignment station closest to the given model point.
Namespace: Autodesk.Revit.DB.InfrastructureAssembly: Autodesk.CivilAlignments.DBApplication (in Autodesk.CivilAlignments.DBApplication.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic double GetClosestStation(
XYZ point
)
Public Function GetClosestStation (
point As XYZ
) As Double
public:
double GetClosestStation(
XYZ^ point
)
member GetClosestStation :
point : XYZ -> float
Parameters
- point XYZ
- The model point for which to calculate the closest station.
Return Value
DoubleThe alignment station closest to the given model point, in Revit internal model units (standard Imperial feet).
See Also