 | IQueryElementsWithInternalLinkRelations 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.InterfacesAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
SyntaxIEnumerable<SystemUnitClassType> ElementsWithInternalLinkRelations(
CAEXBasicObject caexObject
)
Function ElementsWithInternalLinkRelations (
caexObject As CAEXBasicObject
) As IEnumerable(Of SystemUnitClassType)
IEnumerable<SystemUnitClassType^>^ ElementsWithInternalLinkRelations(
CAEXBasicObject^ caexObject
)
Parameters
- caexObject CAEXBasicObject
- The CAEX object.
Return Value
IEnumerableSystemUnitClassTypeA collection of related SystemUnitClass objects
Remarks
See Also