Settings that specifies the defaults of build options.
Inheritance Hierarchy
SystemObjectSystemMarshalByRefObject
DisposableWrapper
TreeOidWrapper
Autodesk.Civil.SettingsSettingsCmdVolumesDashboardSettingsCmdBuildOptions
Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public sealed class SettingsCmdBuildOptions : TreeOidWrapper
VB
Public NotInheritable Class SettingsCmdBuildOptions Inherits TreeOidWrapper
C++
public ref class SettingsCmdBuildOptions sealed : public TreeOidWrapper
The SettingsCmdVolumesDashboardSettingsCmdBuildOptions type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | AllowCrossingBreaklines | Gets whether breaklines can cross each other. |
![]() | ConvertProximityBreaklinesToStandard | Gets whether proximity breaklines are converted to standard breaklines when the surface is built. |
![]() | CopyDeletedDependentObjects | Gets whether a drawing object is copied to the surface definition item if the object is deleted. |
![]() | ElevationGreaterThan | Gets the elevations to exclude when the Exclude Elevations Greater Than property is set to Yes. |
![]() | ElevationLessThan | Gets the elevations to exclude when the Exclude Elevations Less Than property is set to Yes. |
![]() | ElevationToUse | Gets the elevation to use for the crossing breaklines. |
![]() | ExcludeElevationsGreaterThan | Gets whether an elevation greater than a certain value should be excluded when the surface is built. |
![]() | ExcludeElevationsLessThan | Gets whether an elevation less than a certain value should be excluded when the surface is built. |
![]() | MaximumTriangleLength | Gets the triangle length to use when the Use Maximum Triangle Length property is set to Yes. |
![]() | UseMaximumTriangleSideLength | Gets whether the surface triangles that exceed the length specified by the Maximum Triangle Length property are removed from the boundary of the surface. |