SettingsCmdCreateFeatureLineFromAlignSettingsCmdFeatureLineCreation Class

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

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

The SettingsCmdCreateFeatureLineFromAlignSettingsCmdFeatureLineCreation type exposes the following members.

Properties
 NameDescription
Public propertyCreateDynamicLink Gets a PropertyBoolean value specifies whether to create a dynamic link to the alignment. Change this value to False to prevent dynamic link creation.
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 propertyMidOrdinateDistance Gets the default Mid-ordinate distance for tessellating curves into short line segments.
Public propertySpiralTessellationFactor Gets the default Spiral tessellation factor.
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