FileVersionAutoIncrement

Use these constants with the StationOptions.SeqFileVersionAutoIncrementOpt property to specify whether to automatically increment a component of the sequence file version when the file is saved. Versions have four components: Major, Minor, Revision and Build. TestStand displays versions using decimal points to separate the components, such as "1.2.3.4".

  • FileVersionInc_Build –(Value: 4) Specifies that the build version number is incremented.
  • FileVersionInc_Major –(Value: 1) Specifies that the major version number is incremented.
  • FileVersionInc_Minor –(Value: 2) Specifies that the minor version number is incremented.
  • FileVersionInc_None –(Value: 0) Specifies that sequence file versions are not automatically incremented.
  • FileVersionInc_Revision –(Value: 3) Specifies that the revision version number is incremented.

See Also

StationOptions.SeqFileVersionAutoIncrementOpt