cVariable Class

From ReliaWiki
Revision as of 17:13, 10 March 2014 by Chris Kahn (talk | contribs)
Jump to navigation Jump to search


Variables each store a fixed numerical value and can be programmatically varied during simulation.

Constructors

  • cVariable Creates a new variable resource.

Properties

  • Name (as string) Sets or gets the name of the variable.
  • ID (as integer) Gets the ID of the variable.
  • ProjectID (as integer) Gets the numerical ID of the project the variable belongs to.
  • StartValue (as double) Sets or gets the variable's initial value.
  • ResetWhen (as ResetOptionEnum) Sets or gets the enumeration that specifies when the variable's value gets reset.