Click or drag to resize

QueryResultAllElementsIdentifiedByCAEXPath Method

Gets all the elements which are identifiable by a CAEX path. Elements having the same path are grouped together. Use this method to validate the existence of not unique CAEXPaths.

Namespace: Aml.Engine.Services
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public static ILookup<string, ICAEXReference> AllElementsIdentifiedByCAEXPath(
	this CAEXDocument doc
)

Parameters

doc  CAEXDocument
The document.

Return Value

ILookupString, ICAEXReference
Groups of elements which are identifiable by a CAEX path.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type CAEXDocument. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also