Click or drag to resize

QueryServiceAllElementsWithNameReference Method

Gets all the elements which are descendants of the provided CAEX object and use a name reference. Elements referencing the same name are grouped together. Use this method to validate the existence of referenced elements.

Namespace: Aml.Engine.Services
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public ILookup<string, ICAEXReference> AllElementsWithNameReference(
	CAEXBasicObject caexObject,
	string elementName = ""
)

Parameters

caexObject  CAEXBasicObject
The CAEX object.
elementName  String  (Optional)
If a name is provided, only elements with this name are processed.

Return Value

ILookupString, ICAEXReference
Lookup table of elements with name references. The name is used as a grouping key.

Implements

IQueryAllElementsWithNameReference(CAEXBasicObject, String)
See Also