Specifies the quantity of subassembly links (None, Single, Multiple) created from the polyline(s).
Namespace: Autodesk.Civil.SettingsAssembly: 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 (); }