<Code Lib>
M

Alignment.GetPointAtStation

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

public XYZ GetPointAtStation(
	double station
)

  • 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…