Given a station, gets the instantaneous grade and the algebraic difference.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
C# |
---|
public double GradeAt( double station ) |
Visual Basic |
---|
Public Function GradeAt ( _ station As Double _ ) As Double |
Visual C++ |
---|
public: double GradeAt( double station ) |
Parameters
- station
- Type: System..::..Double
Station value.