Click or drag to resize

VEngine Methods

The VEngine type exposes the following members.

Methods
  Name Description
Public method CaseCount Return number of cases in job
Public method CodeCount Returns the number of codes in a codeframe.
Public method Construct Construct a variable from it's MET information
Public method ConstructAll Construct all variables in the vartree
Public method CopyVar Copy an existing variable as a new variable
Public method Static member DeleteCacheInfo Deletes all or selected cached files.
Public method DownloadAsync Efficiently downloads all or selected blobs in a job's Azure container to a local folder.
Public method Generate Generate construct info from MET information
Public method Static member GetCacheInfo Gets summary information about files in the cache directory. Meaningful results are currently only returned for Carbon running in Azure hosting with the Job.ini flag set to activate caching.
Public method GetVarList Return list of variables in a vartree branch
Public method ListVartreeNames 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.
Public method LoadVarTree Loads a variable tree into the job.
Public method OpenJob(String) Opens a job stored in an existing local file-system directory.
Public method OpenJob(String, String) Opens a job stored in an Azure container.
Public method ReadFileLines Reads the lines in a file/blob in the job directory.
Public method ReadZCD Only called by the test form.
Public method ReloadVar Reload a variable , maybe to clear auto-arith/nets
Public method SaveVarTree Saves the current variable tree, possiubly under another name.
Public method UploadAsync Efficiently uploads all or selected contents of the local directory to a cloud job stored in an Azure Storage Account Blob Container.
Public method ValidateExp Only called by the test form.
Public method VarFrame Lists the codes, nets and arith in a codeframe.
Public method VarFrameNames Lists codeframe names in variable
Public method VarInfo Returns basic information on a variable.
Public method VarTreeAsNodes Return axis tree as GenNodes
Public method VerbatimCoding PENDING
Public method WriteFileAllText PUBLIC API -- Write a file under the job directories
Top
See Also