Click or drag to resize

AutomationMLLogicInterfaceClassLibIsLogicModelElementInterface Method

Determines whether the specified interface class is derived from the LogicModelElementInterface interface class. The method can resolve alias references anywhere in the inheritance hierarchy.

Namespace: Aml.Engine.AmlObjects
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public static bool IsLogicModelElementInterface(
	InterfaceClassType interfaceClass
)

Parameters

interfaceClass  InterfaceClassType
The interface class.

Return Value

Boolean
true if an inheritance relation could be resolved; otherwise, false.
See Also