CheckForModifiedTypesOptions

These constants represent the options you can use with the options parameter of the PropertyObjectFile.CheckForModifiedTypes method.

  • CheckForModifiedTypes_AutoIncrementVersions –(Value: 0x1) Specifies to disable the PropTypeFlags_IsModifiedType flag for a modified type and increment the version number of the type.
  • CheckForModifiedTypes_NoAction –(Value: 0x4) Specifies to perform no action if a modified type is found.
  • CheckForModifiedTypes_Prompt –(Value: 0x2) Specifies to launch a warning dialog box if a modified type is found.
  • CheckForModifiedTypes_RemoveTypesModifiedMark –(Value: 0xC) Specifies to disable the PropTypeFlags_IsModifiedType flag for a modified type.
  • CheckForModifiedTypes_UseStationOptions –(Value: 0x0) Specifies to use the Before Saving Modified Types option on the File tab of the Station Options dialog box.

See Also

File tab

PropertyObjectFile.CheckForModifiedTypes

Station Options dialog box

StationOptions.TypeVersionAutoIncrementPromptOpt