 | CAEXLibraryTLibItemItem(String) Property |
Gets the library element identified by the path defined by the sequence of names
Namespace: Aml.Engine.CAEXAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic TLibItem this[
params string[] names
] { get; }
Public ReadOnly Default Property Item (
ParamArray names As String()
) As TLibItem
Get
public:
property TLibItem default[... array<String^>^ names] {
TLibItem get (... array<String^>^ names);
}
Parameters
- names String
- A sequence of names
Return Value
TLibItemThe library element
See Also