 | CAEXLibraryTLibItemItem(String) Property |
Gets the library element with the provided name
Namespace: Aml.Engine.CAEXAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic TLibItem this[
string name
] { get; }
Public ReadOnly Default Property Item (
name As String
) As TLibItem
Get
public:
property TLibItem default[String^ name] {
TLibItem get (String^ name);
}
Parameters
- name String
- name of a library element
Return Value
TLibItemThe library element
See Also