Click or drag to resize
ProjectDocumentFlags Enumeration
Specifies values for the Flags property.

Namespace:  ABB.Robotics.RobotStudio
Assembly:  ABB.Robotics.RobotStudio (in ABB.Robotics.RobotStudio.dll) Version: 7.0.8747.636
Syntax
C#
[FlagsAttribute]
public enum ProjectDocumentFlags
Members
  Member nameValueDescription
None0 The default.
Locked1 Indicates that the document cannot be modified, saved or deleted in the GUI.
IncludeInPackAndGo2 Indicates that the file or folder should be included in Pack and Go. The path must be relative to the parent folder of the project file.
PackRecursive4 Indicates that subfolders are included in Pack and Go. Valid only for folder references.
Version Information

Supported in: 1.0.0.0
See Also