Share

SettingsCmdCreateFeatureLineFromAlign.SettingsCmdFeatureLineCreation.CreateDynamicLink Property

Gets a PropertyBoolean value specifies whether to create a dynamic link to the alignment. Change this value to False to prevent dynamic link creation.



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

Syntax

C#

public PropertyBoolean CreateDynamicLink { get; }

VB

Public ReadOnly Property CreateDynamicLink As PropertyBoolean
	Get

C++

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

Property Value

PropertyBoolean

See Also

Reference

Was this information helpful?