Specifies whether to search first for cut or fill slopes in cases where both would work.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.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 (); }