Share

SettingsCmdCreateSubFromPline.SettingsCmdCreateFromEntities.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.8.0.280

Syntax

C#

public PropertyEnum<LinkCreationType> LinkCreation { get; }

VB

Public ReadOnly Property LinkCreation As PropertyEnum(Of LinkCreationType)
	Get

C++

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

Property Value

PropertyEnumLinkCreationType

See Also

Reference

Was this information helpful?