|
VEngineListVartreeNames Method
|
Lists vartree (Variable Tree) names available in the currently open job. A vartree name can be passed into the GetVarTree methods
to retrieve the contents of a specific vartree.
Namespace: RCS.Carbon.VariablesAssembly: RCS.Carbon.Variables (in RCS.Carbon.Variables.dll) Version: 9.0.12
Syntax public IEnumerable<string> ListVartreeNames()
Return Value
IEnumerableStringAn enumerable set of string vartree names. The names do
NOT include a path or extension.
Remarks Implementation detail: The names are found by searching for *.vtr files or blobs under the root of the job directory.
See Also