AlignmentGetPointAtStation Method |
Calculates the model point for a given alignment station.
Namespace: Autodesk.Revit.DB.InfrastructureAssembly: Autodesk.CivilAlignments.DBApplication (in Autodesk.CivilAlignments.DBApplication.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic XYZ GetPointAtStation(
double station
)
Public Function GetPointAtStation (
station As Double
) As XYZ
public:
XYZ^ GetPointAtStation(
double station
)
member GetPointAtStation :
station : float -> XYZ
Parameters
- station Double
- The alignment station for which to calculate the point, in Revit internal model units (standard Imperial feet).
Return Value
XYZThe model point at the given alignment station.
See Also