AlignmentGetHCurveTangentAtStation Method |
Calculate 2d (X and Y components of returned vector) horizontal tangent at given 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 GetHCurveTangentAtStation(
double station
)
Public Function GetHCurveTangentAtStation (
station As Double
) As XYZ
public:
XYZ^ GetHCurveTangentAtStation(
double station
)
member GetHCurveTangentAtStation :
station : float -> XYZ
Parameters
- station Double
- Alignment station to calculate 2d horizontal tangent for, in Revit internal model units (standard Imperial feet).
Return Value
XYZ2d (X and Y components of returned vector) horizontal tangent at given station.
See Also