 | QueryServiceAllElementsIdentifiedByCAEXPath 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.ServicesAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic ILookup<string, ICAEXReference> AllElementsIdentifiedByCAEXPath(
CAEXBasicObject caexObject
)
Public Function AllElementsIdentifiedByCAEXPath (
caexObject As CAEXBasicObject
) As ILookup(Of String, ICAEXReference)
public:
virtual ILookup<String^, ICAEXReference^>^ AllElementsIdentifiedByCAEXPath(
CAEXBasicObject^ caexObject
) sealed
Parameters
- caexObject CAEXBasicObject
- The CAEX object.
Return Value
ILookupString,
ICAEXReference
Groups of elements which are identifiable by a CAEX path.
Implements
IQueryAllElementsIdentifiedByCAEXPath(CAEXBasicObject)
See Also