SettingsCmdCreateFeatureLinesSettingsCmdFeatureLineCreation Class

Settings that specify the default behavior for creating feature lines from objects.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    DisposableWrapper
      TreeOidWrapper
        Autodesk.Civil.SettingsSettingsCmdCreateFeatureLinesSettingsCmdFeatureLineCreation

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

The SettingsCmdCreateFeatureLinesSettingsCmdFeatureLineCreation type exposes the following members.

Properties
 NameDescription
Public propertyAssignElevations Gets a PropertyBoolean value specifies whether to open the Assign Elevations dialog box.
Public propertyElevationSource Gets the default elevation source settings.
Public propertyEraseExistingEntities 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.
Public propertyIncludeMidElevationBreaks Gets a PropertyBoolean value specifies whether to include intermediate elevation breaks when assigning elevations from a surface or grading group.
Public propertyLayerSetting Specifies what layer is applied to feature lines when created. The default is Use the Layer Setting which is from drawing settings.
Public propertyUseFeatureLineName Gets a PropertyBoolean value specifies whether a name is applied to feature lines when created.
Public propertyUseFeatureLineStyle Gets a PropertyBoolean value specifies whether a style is applied to feature lines when created.
Public propertyWeedPoints 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.
Top
See Also