Share

SettingsCmdDrawFeatureLine.SettingsCmdFeatureLineCreation.UseFeatureLineStyle Property

Specifies whether a style is applied to feature lines when created.



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

Syntax

C#

public PropertyBoolean UseFeatureLineStyle { get; }

VB

Public ReadOnly Property UseFeatureLineStyle As PropertyBoolean
	Get

C++

public:
property PropertyBoolean^ UseFeatureLineStyle {
	PropertyBoolean^ get ();
}

Property Value

PropertyBoolean

See Also

Reference

Was this information helpful?