Share

AppliedAssembly.LinksByCode Property

Note: This API is now obsolete.

Gets the collection of CalculatedLinks in this AppliedAssembly that have a particular code.



Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

[ObsoleteAttribute("Use Autodesk.Civil.DatabaseServices.AppliedAssembly.GetLinksByCode instead.", 
	false)]
public CalculatedLinkCollection this[
	string code
] { get; }

VB

<ObsoleteAttribute("Use Autodesk.Civil.DatabaseServices.AppliedAssembly.GetLinksByCode instead.", 
	false)>
Public ReadOnly Property LinksByCode ( 
	code As String
) As CalculatedLinkCollection
	Get

C++

public:
[ObsoleteAttribute(L"Use Autodesk.Civil.DatabaseServices.AppliedAssembly.GetLinksByCode instead.", 
	false)]
property CalculatedLinkCollection^ LinksByCode[String^ code] {
	CalculatedLinkCollection^ get (String^ code);
}

Parameters

code  String
 

Property Value

CalculatedLinkCollection

See Also

Reference

Was this information helpful?