Click or drag to resize

QueryServiceElementsWithCAEXPathReference Method

Gets alls the elements which are descendants of the provided CAEX object which have a reference to the provided CAEXPath.

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

Parameters

caexObject  CAEXBasicObject
The CAEX object.
caexPath  String
The path.
elementName  String  (Optional)
If parameter is set, only elements with the given element Name are considered.

Return Value

IEnumerableICAEXReference
a collection of elements which have a reference to the provided Path

Implements

IQueryElementsWithCAEXPathReference(CAEXBasicObject, String, String)
See Also