GradingSmoothOption Structure

This class is used to save horizontal deviation, weeding distance, and arc inclusion distance options for smoothing operations.
Inheritance Hierarchy
SystemObject
  SystemValueType
    Autodesk.Civil.DatabaseServicesGradingSmoothOption

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public struct GradingSmoothOption

The GradingSmoothOption type exposes the following members.

Constructors
 NameDescription
Public methodGradingSmoothOptionInitializes a new instance of the GradingSmoothOption class
Top
Properties
 NameDescription
Public propertyArcInclusionDistance Gets or sets the arc inclusion distance.
Public propertyHorizDeviation Gets or sets the horizontal deviation.
Public propertyNeedSmooth Gets or sets whether the operation needs GradingSmoothOption.
Public propertyWeedingDistance Gets or sets the weeding distance.
Top
Remarks
These options are used as a parameter when exporting feature lines from a corridor
See Also