 | AutomationMLLogicInterfaceClassLibTypeInterfaceClassLib Method |
Gets the standard AutomationMLLogicInterfaceClassLib from the provided document. If the document doesn't contain
the required library it will be automatically imported from an embedded resource.
Namespace: Aml.Engine.AmlObjectsAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic static AutomationMLLogicInterfaceClassLibType InterfaceClassLib(
CAEXDocument document
)
Public Shared Function InterfaceClassLib (
document As CAEXDocument
) As AutomationMLLogicInterfaceClassLibType
public:
static AutomationMLLogicInterfaceClassLibType^ InterfaceClassLib(
CAEXDocument^ document
)
Parameters
- document CAEXDocument
- The CAEX document.
Return Value
AutomationMLLogicInterfaceClassLibTypeThe AutomationMLBaseRoleClassLib
See Also