Share

Profile.GradeAt Method

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



Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

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.

Return Value

Double

See Also

Reference

Was this information helpful?