CutSlopeFormatType Property

Specifies how the cut slope should be represented.

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

Syntax

C#

public PropertyEnum<GradingSlopeFormatType> CutSlopeFormatType { get; }

Visual Basic

Public ReadOnly Property CutSlopeFormatType As PropertyEnum(Of GradingSlopeFormatType)
	Get

Visual C++

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

See Also