Click or drag to resize

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.Services
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public ILookup<string, ICAEXReference> AllElementsIdentifiedByCAEXPath(
	CAEXBasicObject caexObject
)

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