SOLIDWORKS PDM Professional API Help Send Feedback
IEdmAddInMgr9 Interface
See Also  Members   Example
EPDM.Interop.epdm Namespace : IEdmAddInMgr9 Interface


Allows you to administer add-ins.


NOTE: Click the Members link, located near the top of the topic, to see this interface's methods and properties.

Syntax

Visual Basic 
Public Interface IEdmAddInMgr9 
   Inherits IEdmAddInMgr5IEdmAddInMgr6IEdmAddInMgr7IEdmAddInMgr8 
C# 
public interface IEdmAddInMgr9 : IEdmAddInMgr5IEdmAddInMgr6IEdmAddInMgr7IEdmAddInMgr8  
C++/CLI 
public interface class IEdmAddInMgr9 : public IEdmAddInMgr5IEdmAddInMgr6IEdmAddInMgr7IEdmAddInMgr8  

Example

Remarks

This interface extends IEdmAddInMgr8 by providing the ability to uninstall an add-in.

See Also