 | AutomationMLPLCopenXMLInterfaceClassLibIsVariableInterface Method |
Determines whether the specified interface reference defines an inheritance relation from the
VariableInterface Interface class
Namespace: Aml.Engine.AmlObjectsAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic static bool IsVariableInterface(
InterfaceClassType interfaceClass
)
Public Shared Function IsVariableInterface (
interfaceClass As InterfaceClassType
) As Boolean
public:
static bool IsVariableInterface(
InterfaceClassType^ interfaceClass
)
Parameters
- interfaceClass InterfaceClassType
- The attribute.
Return Value
Booleantrue if an inheritance relation is resolved; otherwise,
false.
See Also