Click or drag to resize

AutomationMLBaseRoleClassLibTypeIsLoaded Method

Determines if the AutomationMLBaseRoleClassLib exists in the document.

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

Parameters

document  CAEXDocument
The document.

Return Value

Boolean
true if the AutomationMLBaseRoleClassLib is loaded; otherwise, false.
See Also