Slope Property

Specifies the grade value.

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

Syntax

C#

public PropertyDouble Slope { get; }

Visual Basic

Public ReadOnly Property Slope As PropertyDouble
	Get

Visual C++

public:
property PropertyDouble^ Slope {
	PropertyDouble^ get ();
}

Remarks

Use the Autodesk.Civil.Constant.VerticalGrade to set the vertical grade.

See Also