Share

GradingCriteria.FillSlope Property

Specifies the fill grade value.



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

Syntax

C#

public PropertyDouble FillSlope { get; }

VB

Public ReadOnly Property FillSlope As PropertyDouble
	Get

C++

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

Property Value

PropertyDouble

Remarks

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

See Also

Reference

Was this information helpful?