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


Types of file in the add-in package used in EdmAddInFileInfo. Bitmask.

Syntax

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

Members

MemberDescription
EdmAdfif_AddInObject322 = File contains the 32-bit IEdmAddIn5 implementation; the code is used only in combination with EdmAdfif_ComDLL32
EdmAdfif_AddInObject648 = File contains the 64-bit IEdmAddIn5 implementation; the code is used only in combination with EdmAdfif_ComDLL64
EdmAdfif_ComDll321 = File should be COM-registered in a 32-bit process
EdmAdfif_ComDll644 = File should be COM-registered in a 64-bit process
EdmAdfif_DataFile0 = Data file that is copied and maintained but not otherwise used by SOLIDWORKS PDM Professional

See Also