RVTDocs.com

GetPointAtStation

Method
Description:
Calculates the model point for a given alignment station.
Syntax
public XYZ GetPointAtStation(
	double station
)
Parameters
Parameter Type Description
station System.DoubleThe alignment station for which to calculate the point, in Revit internal model units (standard Imperial feet).
Return Value
Type Description
Alignment Class The model point at the given alignment station.