Click or drag to resize

VEngineLoadVarTree Method

Loads a variable tree into the job.

Namespace: RCS.Carbon.Variables
Assembly: RCS.Carbon.Variables (in RCS.Carbon.Variables.dll) Version: 9.0.12
Syntax
C#
public void LoadVarTree(
	string vartreeName
)

Parameters

vartreeName  String
Name of the variable tree to load (without a file name extension).
Exceptions
ExceptionCondition
ArgumentNullExceptionthrown if vartreeName is null.
CarbonExceptionThrow if vartreeName is not found or is not accessible.
See Also