 | IQueryAllInternalElementsWithInternalLinks Method |
Returns all InternalElements which are descendants of the provided CAEX object with InternalLinks.
These elements are the owners of the InternalLink objects.
Namespace: Aml.Engine.Services.InterfacesAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
SyntaxIEnumerable<InternalElementType> AllInternalElementsWithInternalLinks(
CAEXBasicObject caexObject
)
Function AllInternalElementsWithInternalLinks (
caexObject As CAEXBasicObject
) As IEnumerable(Of InternalElementType)
IEnumerable<InternalElementType^>^ AllInternalElementsWithInternalLinks(
CAEXBasicObject^ caexObject
)
Parameters
- caexObject CAEXBasicObject
- The CAEX object.
Return Value
IEnumerableInternalElementType
A collection of all objects with associated InternalLinks.
Remarks
See Also