Click or drag to resize

AMLEngineAdapterfindExternalInterface Method

Note: This API is now obsolete.

Searches for an ExternalInterface in this InternalElement

Namespace: Aml.Engine.Adapter
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
[ObsoleteAttribute("Use the Indexer of the ExternalInterface sequence ExternalInterface[interfaceName]", 
	false)]
public static ExternalInterfaceType findExternalInterface(
	this IObjectWithExternalInterface systemUnitClass,
	string interfaceName
)

Parameters

systemUnitClass  IObjectWithExternalInterface
The system unit class.
interfaceName  String
Name of the ExternalInterface to search for

Return Value

ExternalInterfaceType
An ExternalInterface of the given element with name attribute equal to interfaceName

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IObjectWithExternalInterface. 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).
See Also