Click or drag to resize

ExternalDataReferenceExternalDataReferenceInterfaceClass(InterfaceClassLibType) Method

Gets the ExternalDataReference InterfaceClass from the AutomationMLBPRInterfaceClassLib.

Namespace: Aml.Engine.AmlObjects
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public static InterfaceFamilyType ExternalDataReferenceInterfaceClass(
	this InterfaceClassLibType automationMLBPRInterfaceClassLib
)

Parameters

automationMLBPRInterfaceClassLib  InterfaceClassLibType
The AutomationMLBPRInterfaceClassLib.

Return Value

InterfaceFamilyType
The 'ExternalDataReference' InterfaceClass.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type InterfaceClassLibType. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
Exceptions
ExceptionCondition
ArgumentNullExceptionautomationMLBPRInterfaceClassLib
NullReferenceException Couldn't locate the ExternalDataReference InterfaceClass or Couldn't locate the CAEX file of the InterfaceClass.
See Also