CutSlope Property

Specifies the cut grade value.

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

Syntax

C#

public PropertyDouble CutSlope { get; }

Visual Basic

Public ReadOnly Property CutSlope As PropertyDouble
	Get

Visual C++

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

Remarks

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

See Also