Click or drag to resize

LookupServiceElementsWithInternalLinkRelations 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.Services (in Aml.Engine.Services.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)
Exceptions
ExceptionCondition
ArgumentNullExceptioncaexObject
Remarks
Note the difference to the method AllElementsWithInternalLinks(CAEXBasicObject) which doesn't return the related elements but the InternalLink owners.
See Also