Click or drag to resize

QueryServiceInterfacesWithInternalLinkRelations Method

Returns all ExternalInterface objects which are descendants of the provided CAEX object and are used in relations (InternalLinks).

Namespace: Aml.Engine.Services
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public IEnumerable<ExternalInterfaceType> InterfacesWithInternalLinkRelations(
	CAEXBasicObject caexObject
)

Parameters

caexObject  CAEXBasicObject
The CAEX object.

Return Value

IEnumerableExternalInterfaceType
A collection of related ExternalInterface objects

Implements

IQueryInterfacesWithInternalLinkRelations(CAEXBasicObject)
See Also