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.1.14
Syntax
C#
public void LoadVarTree(
	string vartreeName = null
)

Parameters

vartreeName  String  (Optional)
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