Click or drag to resize

PublicLibraryCatalogItem(String, String) Property

Gets the Library for the provided CAEX Type and library name

Namespace: Aml.Engine.Resources
Assembly: Aml.Engine.Resources (in Aml.Engine.Resources.dll) Version: 3.0
Syntax
public PublicLibraryCatalogLibrary this[
	string caexTagName,
	string libraryName
] { get; }

Parameters

caexTagName  String
CAEX Tagname of the library type
libraryName  String
The library name

Return Value

PublicLibraryCatalogLibrary
the specified library
See Also