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


Options for adding add-ins. Used by IEdmAddInMgr5::AddAddIns.

Syntax

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

Members

MemberDescription
EdmAddin_AddAllFilesToOneAddIn1 = Add all of the files passed to IEdmAddInMgr5::AddAddIns to the same add-in; this is useful for creating an add-in that has both a 64-bit DLL and a 32-bit DLL
EdmAddin_Nothing0 = Attempt to create one add-in per file that is passed to IEdmAddInMgr5::AddAddIns
EdmAddin_ReplaceDuplicates2 = Replace an existing add-in that has the same COM class ID (CLSID) and package name; IEdmAddInMgr5::AddAddIns returns an error if the existing add-in has the same CLSID but a different package name

See Also