 | QueryServiceInterfacesWithInternalLinkRelations Method |
Returns all ExternalInterface objects which are descendants of the provided CAEX object
and are used in relations (InternalLinks).
Namespace: Aml.Engine.ServicesAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic IEnumerable<ExternalInterfaceType> InterfacesWithInternalLinkRelations(
CAEXBasicObject caexObject
)
Public Function InterfacesWithInternalLinkRelations (
caexObject As CAEXBasicObject
) As IEnumerable(Of ExternalInterfaceType)
public:
virtual IEnumerable<ExternalInterfaceType^>^ InterfacesWithInternalLinkRelations(
CAEXBasicObject^ caexObject
) sealed
Parameters
- caexObject CAEXBasicObject
- The CAEX object.
Return Value
IEnumerableExternalInterfaceType
A collection of related ExternalInterface objects
Implements
IQueryInterfacesWithInternalLinkRelations(CAEXBasicObject)
See Also