<Code Lib>
2025.3 Method
Changes 2
M

Alignment.GetPointAtStation

Description:
Calculates the model point for a given alignment station.

public XYZ GetPointAtStation(
	double station
)

  • Double
    station
    The alignment station for which to calculate the point, in Revit internal model units (standard Imperial feet).
Return Value XYZ The model point at the given alignment station.

Loading…