Click or drag to resize

AutomationMLInterfaceClassLibTypeInterfaceClassLib Method

Gets the standard AutomationMLInterfaceClassLib from the provided document. If the document doesn't contain the required library it will be automatically imported from an external resource.

Namespace: Aml.Engine.AmlObjects
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public static AutomationMLInterfaceClassLibType InterfaceClassLib(
	CAEXDocument document
)

Parameters

document  CAEXDocument
The CAEX document.

Return Value

AutomationMLInterfaceClassLibType
The AutomationMLBaseRoleClassLib
See Also