 | QueryServiceAllExternalInterfacesOfType Method |
Returns all ExternalInterfaces which are
instances of the Interface class defined by the provided interfaceClassPath.
Namespace: Aml.Engine.ServicesAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic IEnumerable<ExternalInterfaceType> AllExternalInterfacesOfType(
CAEXDocument document,
string interfaceClassPath,
CAEXBasicObject caexObject = null
)
Public Function AllExternalInterfacesOfType (
document As CAEXDocument,
interfaceClassPath As String,
Optional caexObject As CAEXBasicObject = Nothing
) As IEnumerable(Of ExternalInterfaceType)
public:
virtual IEnumerable<ExternalInterfaceType^>^ AllExternalInterfacesOfType(
CAEXDocument^ document,
String^ interfaceClassPath,
CAEXBasicObject^ caexObject = nullptr
) sealed
Parameters
- document CAEXDocument
- The document.
- interfaceClassPath String
- The CAEX ClassPath of the InterfaceClassType
- caexObject CAEXBasicObject (Optional)
- Optional parameter. If set only descendants of this object are searched.
Return Value
IEnumerableExternalInterfaceType
A collection of all ExternalInterface which are
instances of the Interface class defined by the provided
interfaceClassPath.
Implements
IQueryAllExternalInterfacesOfType(CAEXDocument, String, CAEXBasicObject)
See Also