Click or drag to resize

AutomationMLLogicRoleClassLibTypeRoleClassLib Method

Gets the standard AutomationMLLogicRoleClassLib 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.AmlObjects
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public static AutomationMLLogicRoleClassLibType RoleClassLib(
	CAEXDocument document
)

Parameters

document  CAEXDocument
The CAEX document.

Return Value

AutomationMLLogicRoleClassLibType
The AutomationMLBaseRoleClassLib
See Also