RVTDocs.com

Alignment.GetPointAtStation

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