Share

Alignment.GetClosestStation Method

Calculates the alignment station closest to the given model point.


Namespace: Autodesk.Revit.DB.Infrastructure
Assembly: Autodesk.CivilAlignments.DBApplication (in Autodesk.CivilAlignments.DBApplication.dll) Version: 26.4.0.0 (26.4.0.0)

Syntax

C#

public double GetClosestStation(
	XYZ point
)

Parameters

point  XYZ
The model point for which to calculate the closest station.

Return Value

Double
The alignment station closest to the given model point, in Revit internal model units (standard Imperial feet).

See Also

Reference

Was this information helpful?