该枚举定义了打开工作空间结果(即是否成功)的类型常量。
命名空间:
SuperMap.Desktop程序集: SuperMap.Desktop.Core (in SuperMap.Desktop.Core)
版本: dll
语法
C# |
---|
public enum OpenWorkspaceResult |
成员
成员名称 | 描述 | |
---|---|---|
Successed |
打开工作空间成功。
| |
Failed_UnKnow |
由于未知错误,导致打开工作空间失败。
| |
Failed_License_Wrong |
由于许可原因,导致打开工作空间失败。
| |
Failed_File_Wrong |
由于文件原因,比如文件占用、文件损坏等,导致打开工作空间失败。
| |
Failed_Password_Wrong |
由于密码不正确,导致打开工作空间失败。
| |
Failed_Version_Wrong |
由于工作空间版本不正确,导致打开工作空间失败。
| |
Failed_Cancel |
由于用户取消操作,导致打开工作空间失败。
|