FeatureLineCreation Property

Gets the default setting of feature line creation for the command DrawFeatureLine.

Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.0

Syntax

C#

public SettingsCmdDrawFeatureLine.SettingsCmdFeatureLineCreation FeatureLineCreation { get; }

Visual Basic

Public ReadOnly Property FeatureLineCreation As SettingsCmdDrawFeatureLine.SettingsCmdFeatureLineCreation
	Get

Visual C++

public:
property SettingsCmdDrawFeatureLine.SettingsCmdFeatureLineCreation^ FeatureLineCreation {
	SettingsCmdDrawFeatureLine.SettingsCmdFeatureLineCreation^ get ();
}

See Also