 | PublicLibraryCatalogItem(String) Property |
Gets the LibraryType for the provided CAEX Type
Namespace: Aml.Engine.ResourcesAssembly: Aml.Engine.Resources (in Aml.Engine.Resources.dll) Version: 3.0
Syntaxpublic PublicLibraryCatalogLibraryType this[
string caexTagName
] { get; }
Public ReadOnly Default Property Item (
caexTagName As String
) As PublicLibraryCatalogLibraryType
Get
public:
property PublicLibraryCatalogLibraryType^ default[String^ caexTagName] {
PublicLibraryCatalogLibraryType^ get (String^ caexTagName);
}
Parameters
- caexTagName String
Return Value
PublicLibraryCatalogLibraryTypethe specified library type
See Also