Share

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.280

Syntax

C#

public struct GradingSmoothOption

VB

Public Structure GradingSmoothOption

C++

public value class GradingSmoothOption

The GradingSmoothOption type exposes the following members.

Constructors

 NameDescription
Public methodGradingSmoothOptionInitializes a new instance of the GradingSmoothOption class

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.

Remarks

These options are used as a parameter when exporting feature lines from a corridor

See Also

Reference

Was this information helpful?