Click or drag to resize

QueryServiceElementsWithInternalLinkRelations Method

Returns all InternalElements and SystemUnitClasses which are descendants of the provided CAEX object, which are related to others via InternalLinks.

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

Parameters

caexObject  CAEXBasicObject
The CAEX object.

Return Value

IEnumerableSystemUnitClassType
A collection of related SystemUnitClass objects

Implements

IQueryElementsWithInternalLinkRelations(CAEXBasicObject)
Remarks
Note the difference to the method AllElementsWithInternalLinks(CAEXBasicObject) which doesn't return the related elements but the InternalLink owners.
See Also