Settings that specify the default behavior for creating feature lines from alignments.
Inheritance Hierarchy
SystemObjectSystemMarshalByRefObject
DisposableWrapper
TreeOidWrapper
Autodesk.Civil.SettingsSettingsCmdCreateFeatureLineFromAlignSettingsCmdFeatureLineCreation
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 SettingsCmdCreateFeatureLineFromAlignSettingsCmdFeatureLineCreation type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| CreateDynamicLink | Gets a PropertyBoolean value specifies whether to create a dynamic link to the alignment. Change this value to False to prevent dynamic link creation. | |
| LayerSetting | Specifies what layer is applied to feature lines when created. The default is Use the Layer Setting which is from drawing settings. | |
| MidOrdinateDistance | Gets the default Mid-ordinate distance for tessellating curves into short line segments. | |
| SpiralTessellationFactor | Gets the default Spiral tessellation factor. | |
| 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. |
