GetLinksByCode Method

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

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

Syntax

C#

public CalculatedLinkCollection GetLinksByCode(
	string code
)

Visual Basic

Public Function GetLinksByCode ( _
	code As String _
) As CalculatedLinkCollection

Visual C++

public:
CalculatedLinkCollection^ GetLinksByCode(
	String^ code
)

Parameters

code
Type: System.String
Specifies the name of code.

See Also