Click or drag to resize

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.Interfaces
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
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