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