GradeAt Method

Given a station, gets the instantaneous grade and the algebraic difference.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.3.1717.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.

See Also