SettingsCmdVolumesDashboardSettingsCmdBuildOptions Class

Settings that specifies the defaults of build options.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    DisposableWrapper
      TreeOidWrapper
        Autodesk.Civil.SettingsSettingsCmdVolumesDashboardSettingsCmdBuildOptions

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

The SettingsCmdVolumesDashboardSettingsCmdBuildOptions type exposes the following members.

Properties
 NameDescription
Public propertyAllowCrossingBreaklines Gets whether breaklines can cross each other.
Public propertyConvertProximityBreaklinesToStandard Gets whether proximity breaklines are converted to standard breaklines when the surface is built.
Public propertyCopyDeletedDependentObjects Gets whether a drawing object is copied to the surface definition item if the object is deleted.
Public propertyElevationGreaterThan Gets the elevations to exclude when the Exclude Elevations Greater Than property is set to Yes.
Public propertyElevationLessThan Gets the elevations to exclude when the Exclude Elevations Less Than property is set to Yes.
Public propertyElevationToUse Gets the elevation to use for the crossing breaklines.
Public propertyExcludeElevationsGreaterThan Gets whether an elevation greater than a certain value should be excluded when the surface is built.
Public propertyExcludeElevationsLessThan Gets whether an elevation less than a certain value should be excluded when the surface is built.
Public propertyMaximumTriangleLength Gets the triangle length to use when the Use Maximum Triangle Length property is set to Yes.
Public propertyUseMaximumTriangleSideLength Gets whether the surface triangles that exceed the length specified by the Maximum Triangle Length property are removed from the boundary of the surface.
Top
See Also