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


Type of check-in commands passed to IEdmUnlockOpCallback while checking in files with the IEdmBatchUnlock interface in order to notify the caller about the progress of the operation.

Syntax

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

Members

MemberDescription
Euev_ReadingDbFileInfo1 = Check-in command is reading information from the database about the selected files

See Also