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


Types of license types, which are used in struct EdmLicense.

Syntax

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

Members

MemberDescription
EdmLic_Contributor2 = Contributor and web client license
EdmLic_Editor1 = Editor license
EdmLic_Processor4 = Processor license
EdmLic_Viewer3 = Viewer (read-only) license

Remarks

See the SOLIDWORKS PDM Professional client Help file for more information about what you can or cannot do with respective license type.

See Also