| Visual Basic | |
|---|---|
Public Enum EdmUnlockOpReply Inherits System.Enum | |
| C# | |
|---|---|
public enum EdmUnlockOpReply : System.Enum | |
| C++/CLI | |
|---|---|
public enum class EdmUnlockOpReply : public System.Enum | |
| Member | Description |
|---|---|
| Euor_Cancel | 1 = Cancel the entire operation |
| Euor_ClearVar | 10 = Clear the value of the conflicting unique variable |
| Euor_Error | -1 = Internal error code; typically not returned by you |
| Euor_OK | 0 = Continue the operation |
| Euor_Retry | 12 = Retry operation |
| Euor_SkipFile | 11 = Continue the operation, but skip this particular file |
The return value tells SOLIDWORKS PDM Professional what to do.