 | CAEXPathBuilderCAEXPath(String, CAEXDocumentCAEXSchema) Method |
Builds the Reference-Path which includes all names of CAEX objects in the given name array.
Namespace: Aml.Engine.CAEX.ExtensionsAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic static string CAEXPath(
string[] names,
CAEXDocumentCAEXSchema schema
)
Public Shared Function CAEXPath (
names As String(),
schema As CAEXDocumentCAEXSchema
) As String
public:
static String^ CAEXPath(
array<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