Click or drag to resize

CAEXPathBuilderCAEXPath(String, CAEXDocumentCAEXSchema) Method

Builds the Reference-Path which includes all names of CAEX objects in the given name array.

Namespace: Aml.Engine.CAEX.Extensions
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public static string CAEXPath(
	string[] names,
	CAEXDocumentCAEXSchema schema
)

Parameters

names  String
The names, which build the path parts.
schema  CAEXDocumentCAEXSchema
The CAEX schema version.

Return Value

String
The CAEX path created from the names array.
See Also