Settings that specify the defaults assigned when adding contours, boundaries, and breaklines to a surface.
Inheritance Hierarchy
SystemObjectSystemMarshalByRefObject
DisposableWrapper
TreeOidWrapper
Autodesk.Civil.SettingsSettingsCmdAddSurfaceContoursSettingsCmdAddDataOptions
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 SettingsCmdAddSurfaceContoursSettingsCmdAddDataOptions type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| AddPointsToFlatEdges | Gets the boolean value that specifies whether add points to flat edges. | |
| AddPointsToFlatTriangles | Gets the boolean value that specifies whether add points to flat triangles. | |
| FillGapsInContourData | Gets the boolean value that specifies whether fill gaps in contour data. | |
| MidOrdinateDistance | Gets the default mid-ordinate distance. | |
| SupplementingDistance | Gets the default supplementing distance. | |
| SwapEdges | Gets the boolean value that specifies whether swap edges. | |
| WeedingAngle | Gets the default weeding angle. | |
| WeedingDistance | Gets the default weeding distance. |
