Click or drag to resize

VEngineSaveVarTree Method

Saves the current variable tree, possiubly under another name.

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

Parameters

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