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.4.208.0

Syntax

C#

public PropertyBoolean CreateDynamicLink { get; }

Visual Basic

Public ReadOnly Property CreateDynamicLink As PropertyBoolean
	Get

Visual C++

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

See Also