AppliedAssemblyGetLinksByCode Method |
Gets the collection of CalculatedLinks in this AppliedAssembly that have a particular code.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic CalculatedLinkCollection GetLinksByCode(
string code
)
Public Function GetLinksByCode (
code As String
) As CalculatedLinkCollection
public:
CalculatedLinkCollection^ GetLinksByCode(
String^ code
)
Parameters
- code String
- Specifies the name of code.
Return Value
CalculatedLinkCollection
See Also