Click or drag to resize

CAEXPathBuilderCAEXPath(IEnumerableCAEXObject) Method

Builds the Reference-Path which includes all Names of CAEXObjects in the given list of CAEX objects.

Namespace: Aml.Engine.CAEX.Extensions
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public static string CAEXPath(
	IEnumerable<CAEXObject> elements
)

Parameters

elements  IEnumerableCAEXObject
The CAEX objects.

Return Value

String
The CAEX Path, build from the object list.
See Also