Click or drag to resize

AutomationMLPLCopenXMLInterfaceClassLibIsVariableInterface Method

Determines whether the specified interface reference defines an inheritance relation from the VariableInterface Interface class

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

Parameters

interfaceClass  InterfaceClassType
The attribute.

Return Value

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