Share

GradingCriteria.CutSlopeFormatType Property

Specifies how the cut slope should be represented.



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

Syntax

C#

public PropertyEnum<GradingSlopeFormatType> CutSlopeFormatType { get; }

VB

Public ReadOnly Property CutSlopeFormatType As PropertyEnum(Of GradingSlopeFormatType)
	Get

C++

public:
property PropertyEnum<GradingSlopeFormatType>^ CutSlopeFormatType {
	PropertyEnum<GradingSlopeFormatType>^ get ();
}

Property Value

PropertyEnumGradingSlopeFormatType

See Also

Reference

Was this information helpful?