LinkCreation Property

Specifies the quantity of subassembly links (None, Single, Multiple) created from the polyline(s).

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

Syntax

C#

public PropertyEnum<LinkCreationType> LinkCreation { get; }

Visual Basic

Public ReadOnly Property LinkCreation As PropertyEnum(Of LinkCreationType)
	Get

Visual C++

public:
property PropertyEnum<LinkCreationType>^ LinkCreation {
	PropertyEnum<LinkCreationType>^ get ();
}

See Also