Click or drag to resize

IQueryAllElementsWithInternalLinks Method

Returns all Elements which are descendants of the provided CAEX object with InternalLinks. These elements are the owners of the InternalLink objects. The returned collection may contain InternalElements and SystemUnitClasses as well.

Namespace: Aml.Engine.Services.Interfaces
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
IEnumerable<SystemUnitClassType> AllElementsWithInternalLinks(
	CAEXBasicObject caexObject
)

Parameters

caexObject  CAEXBasicObject
The CAEX object.

Return Value

IEnumerableSystemUnitClassType
A collection of all objects with associated InternalLinks.
Remarks
Note the difference to the method ElementsWithInternalLinkRelations(CAEXBasicObject) which doesn't return the owners of an InternalLink but the related elements.
See Also