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


Types of constant passed to IEdmUnlockOpCallback::MsgBox when the caller should either display a message to the user or process the message in some other way.

Syntax

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

Members

MemberDescription
Euom_AdminUndoLock5 = You are logged in as Admin and are trying to undo the check-out flag on a file checked out by another user
Euom_AdminUnlock8 = You are logged in as Admin and are trying to check in a file that is checked out by another user
Euom_CircularReference9 = The files checked have circular references
Euom_DocumentDoesNotMeetConditionsInAnyCategory11 = The document cannot be unlocked because it does not meet the conditions of any category
Euom_DocumentDoesNotMeetConditionsInAnyWorkflow10 = The document cannot be unlocked because it does not meet the conditions of any workflow
Euom_DuplicateUniqueVar1 = The file has a unique variable with a duplicate value
Euom_LocalFileNotFound6 = The local copy of the file was not found
Euom_LocalFileShareError7 = Sharing violation accessing the local copy of the file
Euom_MissingMandatoryVar2 = The file cannot be checked in, because the file contains a unique and constrained variable with a value that is already used elsewhere
Euom_UndoLockModified4 = The file about whose check out you about to undo, has been modified
Euom_UnknownFileFormat3 = SOLIDWORKS PDM Professional cannot read references or variables from the file, because its file format is unknown

Remarks

This constant tells which message to display.

See Also