Gets the collection of CalculatedLinks in this AppliedAssembly that have a particular code.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.0
Syntax
C#
[ObsoleteAttribute("Use Autodesk.Civil.DatabaseServices.AppliedAssembly.GetLinksByCode instead.", false)] public CalculatedLinkCollection this[ string code ] { get; }
Visual Basic
<ObsoleteAttribute("Use Autodesk.Civil.DatabaseServices.AppliedAssembly.GetLinksByCode instead.", _ False)> _ Public ReadOnly Property LinksByCode ( _ code As String _ ) As CalculatedLinkCollection Get
Visual C++
public: [ObsoleteAttribute(L"Use Autodesk.Civil.DatabaseServices.AppliedAssembly.GetLinksByCode instead.", false)] property CalculatedLinkCollection^ LinksByCode[String^ code] { CalculatedLinkCollection^ get (String^ code); }
Parameters
- code
- Type: System.String