Click or drag to resize

QueryServiceAllElementsWithInternalLinks 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
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public IEnumerable<SystemUnitClassType> AllElementsWithInternalLinks(
	CAEXBasicObject caexObject
)

Parameters

caexObject  CAEXBasicObject
The CAEX object

Return Value

IEnumerableSystemUnitClassType
A collection of all objects with associated InternalLinks.

Implements

IQueryAllElementsWithInternalLinks(CAEXBasicObject)
Remarks
Note the difference to the method ElementsWithInternalLinkRelations(CAEXBasicObject) which doesn't return the owners of an InternalLink but the related elements.
See Also