Click or drag to resize
ProjectVersionEventArgsCompatible Property
Gets a value that indicates if the file format is compatible with the current version.

Namespace:  ABB.Robotics.RobotStudio
Assembly:  ABB.Robotics.RobotStudio (in ABB.Robotics.RobotStudio.dll) Version: 7.0.8747.636
Syntax
C#
public bool Compatible { get; }

Property Value

Type: Boolean
Remarks
If true, the file can be loaded but any content not recognized by this version will be discarded. If false and SaveVersion is newer than Version, the file cannot be loaded and an OperationCanceledException will be raised. If false and SaveVersion is older than Version, the user should be notified that compatibility will be broken by saving the file.
Version Information

Supported in: 1.0.0.0
See Also