SOLIDWORKS PDM Professional API Help Send Feedback
EdmUnlockOpReply Enumeration
See Also  
EPDM.Interop.epdm Namespace : EdmUnlockOpReply Enumeration


Types of operations returned from your IEdmUnlockOpCallback::MsgBox method if you implement an IEdmUnlockOpCallback interface to use with the IEdmBatchUnlock interface.

Syntax

Visual Basic 
Public Enum EdmUnlockOpReply 
   Inherits System.Enum
C# 
public enum EdmUnlockOpReply : System.Enum 
C++/CLI 
public enum class EdmUnlockOpReply : public System.Enum 

Members

MemberDescription
Euor_Cancel1 = Cancel the entire operation
Euor_ClearVar10 = Clear the value of the conflicting unique variable
Euor_Error-1 = Internal error code; typically not returned by you
Euor_OK0 = Continue the operation
Euor_Retry12 = Retry operation
Euor_SkipFile11 = Continue the operation, but skip this particular file

Remarks

The return value tells SOLIDWORKS PDM Professional what to do.

See Also