StationOptions.TypeVersionAutoIncrementOpt

Syntax

StationOptions.TypeVersionAutoIncrementOpt

Data Type

TypeVersionAutoIncrement

Use the following constants with this data type:

  • TypeVersionInc_Build –(Value: 4) Auto-increment build version number.
  • TypeVersionInc_Major –(Value: 1) Auto-increment major version number.
  • TypeVersionInc_Minor –(Value: 2) Auto-increment minor version number.
  • TypeVersionInc_None –(Value: 0) Do not increment type versions.
  • TypeVersionInc_Revision –(Value: 3) Auto-increment revision version number.

Purpose

Specifies if the sequence editor automatically increments type versions before saving modified types.

Remarks

The type version number is composed of the following four things in this format: Major.Minor.Revision.Build .

See Also

PropertyObject.TypeVersion

PropertyObjectFile.CheckForModifiedTypes

StationOptions.TypeVersionAutoIncrementPromptOpt