 | IQueryAllElementsIdentifiedByCAEXPath Method |
Gets all the elements which are descendants of the provided CAEX object and are identifiable by a CAEX path.
Elements having the same path are grouped together.
Use this method to validate the existence of ambiguous CAEXPaths.
Namespace: Aml.Engine.Services.InterfacesAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
SyntaxILookup<string, ICAEXReference> AllElementsIdentifiedByCAEXPath(
CAEXBasicObject caexObject
)
Function AllElementsIdentifiedByCAEXPath (
caexObject As CAEXBasicObject
) As ILookup(Of String, ICAEXReference)
ILookup<String^, ICAEXReference^>^ AllElementsIdentifiedByCAEXPath(
CAEXBasicObject^ caexObject
)
Parameters
- caexObject CAEXBasicObject
- The CAEX object.
Return Value
ILookupString,
ICAEXReference
Lookup table of elements which are identifiable by a CAEX path.
See Also