Settings that specify the default behavior for creating feature lines from objects.
Inheritance Hierarchy
SystemObjectSystemMarshalByRefObject
DisposableWrapper
TreeOidWrapper
Autodesk.Civil.SettingsSettingsCmdCreateFeatureLinesSettingsCmdFeatureLineCreation
Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public sealed class SettingsCmdFeatureLineCreation : TreeOidWrapper
VB
Public NotInheritable Class SettingsCmdFeatureLineCreation Inherits TreeOidWrapper
C++
public ref class SettingsCmdFeatureLineCreation sealed : public TreeOidWrapper
The SettingsCmdCreateFeatureLinesSettingsCmdFeatureLineCreation type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | AssignElevations | Gets a PropertyBoolean value specifies whether to open the Assign Elevations dialog box. |
![]() | ElevationSource | Gets the default elevation source settings. |
![]() | EraseExistingEntities | Gets a PropertyBoolean value specifies whether creation commands erase selected objects when they are converted to feature lines. By default objects are erased. Change this value to False to have objects remain in the drawing. |
![]() | IncludeMidElevationBreaks | Gets a PropertyBoolean value specifies whether to include intermediate elevation breaks when assigning elevations from a surface or grading group. |
![]() | LayerSetting | Specifies what layer is applied to feature lines when created. The default is Use the Layer Setting which is from drawing settings. |
![]() | UseFeatureLineName | Gets a PropertyBoolean value specifies whether a name is applied to feature lines when created. |
![]() | UseFeatureLineStyle | Gets a PropertyBoolean value specifies whether a style is applied to feature lines when created. |
![]() | WeedPoints | Gets a PropertyBoolean value specifies whether to open the Weed Vertices dialog box so you can weed the objects when converting to a feature line.Change this value to True to open the Weed Vertices dialog box. |