Specifies whether to search first for cut or fill slopes in cases where both would work.

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

Syntax

C#
public PropertyEnum<GradingSearchOrderType> SearchOrder { get; }
Visual Basic
Public ReadOnly Property SearchOrder As PropertyEnum(Of GradingSearchOrderType)
	Get
Visual C++
public:
property PropertyEnum<GradingSearchOrderType>^ SearchOrder {
	PropertyEnum<GradingSearchOrderType>^ get ();
}

See Also