Gets the default setting of feature line creation for the command CreateFeatureLineFromAlign.
Namespace: Autodesk.Civil.SettingsAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.3.1717.0
Syntax
C#
public SettingsCmdCreateFeatureLineFromAlign.SettingsCmdFeatureLineCreation FeatureLineCreation { get; }
Visual Basic
Public ReadOnly Property FeatureLineCreation As SettingsCmdCreateFeatureLineFromAlign.SettingsCmdFeatureLineCreation Get
Visual C++
public: property SettingsCmdCreateFeatureLineFromAlign.SettingsCmdFeatureLineCreation^ FeatureLineCreation { SettingsCmdCreateFeatureLineFromAlign.SettingsCmdFeatureLineCreation^ get (); }