GradeIn Property

Gets the grade at the start point.

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

Syntax

C#

public double GradeIn { get; }

Visual Basic

Public ReadOnly Property GradeIn As Double
	Get

Visual C++

public:
property double GradeIn {
	double get ();
}

See Also