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.8.0.280
Syntax
C#
public PropertyEnum<GradingSearchOrderType> SearchOrder { get; }
VB
Public ReadOnly Property SearchOrder As PropertyEnum(Of GradingSearchOrderType) Get
C++
public: property PropertyEnum<GradingSearchOrderType>^ SearchOrder { PropertyEnum<GradingSearchOrderType>^ get (); }