 | IQueryInterfacesWithInternalLinkRelations Method |
Returns all ExternalInterface objects which are descendants of the provided CAEX object
and are used in relations (InternalLinks).
Namespace: Aml.Engine.Services.InterfacesAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
SyntaxIEnumerable<ExternalInterfaceType> InterfacesWithInternalLinkRelations(
CAEXBasicObject caexObject
)
Function InterfacesWithInternalLinkRelations (
caexObject As CAEXBasicObject
) As IEnumerable(Of ExternalInterfaceType)
IEnumerable<ExternalInterfaceType^>^ InterfacesWithInternalLinkRelations(
CAEXBasicObject^ caexObject
)
Parameters
- caexObject CAEXBasicObject
- The CAEX object.
Return Value
IEnumerableExternalInterfaceTypeA collection of related ExternalInterface objects
See Also