Click or drag to resize

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.Variables
Assembly: RCS.Carbon.Variables (in RCS.Carbon.Variables.dll) Version: 9.0.12
Syntax
C#
public IEnumerable<string> ListVartreeNames()

Return Value

IEnumerableString
An 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