SettingsCmdAddSurfaceContoursSettingsCmdAddDataOptions Class

Settings that specify the defaults assigned when adding contours, boundaries, and breaklines to a surface.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    DisposableWrapper
      TreeOidWrapper
        Autodesk.Civil.SettingsSettingsCmdAddSurfaceContoursSettingsCmdAddDataOptions

Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public sealed class SettingsCmdAddDataOptions : TreeOidWrapper

The SettingsCmdAddSurfaceContoursSettingsCmdAddDataOptions type exposes the following members.

Properties
 NameDescription
Public propertyAddPointsToFlatEdges Gets the boolean value that specifies whether add points to flat edges.
Public propertyAddPointsToFlatTriangles Gets the boolean value that specifies whether add points to flat triangles.
Public propertyFillGapsInContourData Gets the boolean value that specifies whether fill gaps in contour data.
Public propertyMidOrdinateDistance Gets the default mid-ordinate distance.
Public propertySupplementingDistance Gets the default supplementing distance.
Public propertySwapEdges Gets the boolean value that specifies whether swap edges.
Public propertyWeedingAngle Gets the default weeding angle.
Public propertyWeedingDistance Gets the default weeding distance.
Top
See Also