 | CAEXPathBuilderCAEXPath(IEnumerableCAEXObject) Method |
Builds the Reference-Path which includes all Names of CAEXObjects in the given list of CAEX objects.
Namespace: Aml.Engine.CAEX.ExtensionsAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic static string CAEXPath(
IEnumerable<CAEXObject> elements
)
Public Shared Function CAEXPath (
elements As IEnumerable(Of CAEXObject)
) As String
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