Given a station, gets the instantaneous grade and the algebraic difference.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1276
Syntax
C#
public double GradeAt( double station )
VB
Public Function GradeAt ( station As Double ) As Double
C++
public: double GradeAt( double station )
Parameters
- station Double
- Station value.