This class is used to save horizontal deviation, weeding distance, and arc inclusion distance options for smoothing operations.
Inheritance Hierarchy
SystemObjectSystemValueType
Autodesk.Civil.DatabaseServicesGradingSmoothOption
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public struct GradingSmoothOption
VB
Public Structure GradingSmoothOption
C++
public value class GradingSmoothOption
The GradingSmoothOption type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | GradingSmoothOption | Initializes a new instance of the GradingSmoothOption class |
Properties
Name | Description | |
---|---|---|
![]() | ArcInclusionDistance | Gets or sets the arc inclusion distance. |
![]() | HorizDeviation | Gets or sets the horizontal deviation. |
![]() | NeedSmooth | Gets or sets whether the operation needs GradingSmoothOption. |
![]() | WeedingDistance | Gets or sets the weeding distance. |