Share

SettingsCmdAddSurfaceBreaklines.SettingsCmdAddDataOptions Class

Settings that specify the defaults assigned when adding contours, boundaries, and breaklines to a surface.

Inheritance Hierarchy

SystemObject
  SystemMarshalByRefObject
    DisposableWrapper
      TreeOidWrapper
        Autodesk.Civil.SettingsSettingsCmdAddSurfaceBreaklinesSettingsCmdAddDataOptions


Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public sealed class SettingsCmdAddDataOptions : TreeOidWrapper

VB

Public NotInheritable Class SettingsCmdAddDataOptions
	Inherits TreeOidWrapper

C++

public ref class SettingsCmdAddDataOptions sealed : public TreeOidWrapper

The SettingsCmdAddSurfaceBreaklinesSettingsCmdAddDataOptions type exposes the following members.

Properties

 NameDescription
Public propertyApplySupplementing Gets the boolean value that specifies whether apply supplementing.
Public propertyApplyWeeding Gets the boolean value that specifies whether apply weeding.
Public propertyMidOrdinateDistance Gets the default mid-ordinate distance.
Public propertySupplementingDistance Gets the default supplementing distance.
Public propertyWeedingAngle Gets the default weeding angle.
Public propertyWeedingDistance Gets the default weeding distance.

See Also

Reference

Was this information helpful?