 | 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.InterfacesAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
SyntaxIEnumerable<SystemUnitClassType> AllElementsWithInternalLinks(
CAEXBasicObject caexObject
)
Function AllElementsWithInternalLinks (
caexObject As CAEXBasicObject
) As IEnumerable(Of SystemUnitClassType)
IEnumerable<SystemUnitClassType^>^ AllElementsWithInternalLinks(
CAEXBasicObject^ caexObject
)
Parameters
- caexObject CAEXBasicObject
- The CAEX object.
Return Value
IEnumerableSystemUnitClassType
A collection of all objects with associated InternalLinks.
Remarks
See Also