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


Message IDs used in the message box during an add operation.

Syntax

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

Members

MemberDescription
EdmAddMsg_ClearUnique2 = Copy over the existing file that has unique values?
EdmAddMsg_DeleteSource5 = Could not delete a source file during a move operation
EdmAddMsg_FileFmtReadError4 = File could not be read by the file format plugin
EdmAddMsg_GenericError0 = Generic error
EdmAddMsg_MissingPluginComponent3 = File format plugin component is missing
EdmAddMsg_ReplaceLocal1 = Replace the existing file with the same name?

See Also