StationOptions.SeqFileVersionAutoIncrementOpt

Syntax

StationOptions.SeqFileVersionAutoIncrementOpt

Data Type

FileVersionAutoIncrement

Use the following constants with this data type:

  • 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.

Purpose

Specifies if sequence file versions are automatically incremented when the file is saved.