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

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

Syntax

C#
public CalculatedLinkCollection this[
	string code
] { get; }
Visual Basic
Public ReadOnly Property LinksByCode ( _
	code As String _
) As CalculatedLinkCollection
	Get
Visual C++
public:
property CalculatedLinkCollection^ LinksByCode[String^ code] {
	CalculatedLinkCollection^ get (String^ code);
}

Parameters

code
Type: System..::..String

See Also