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