Syntax
PropertyObjectFile.FileType
Data Type
PropertyObjectFileTypes
Use the following constants with this data type:
- FileType_ConfigFile–(Value: 0) The Engine.ConfigFile file.
- FileType_ProjectFile–(Value: 6) A TestStand project file.
- FileType_PropertyObjectFile–(Value: 7) A generic PropertyObjectFile.
- FileType_SequenceFile–(Value: 1) A sequence file.
- FileType_StationGlobalsFile–(Value: 3) The Engine.GlobalsFile file.
- FileType_TemplatesFile–(Value: 8) The Engine.GetTemplatesFile file.
- FileType_TypePaletteFile–(Value: 2) A type palette file.
- FileType_UsersFile–(Value: 4) The Engine.UsersFile file.
- FileType_WorkspaceFile–(Value: 5) A WorkspaceFile file.
Purpose
Specifies the type of file.
See Also
FileTypeDescription