SOLIDWORKS PDM Professional API Help Send Feedback
IEdmAddInMgr7 Interface
See Also  Members  
EPDM.Interop.epdm Namespace : IEdmAddInMgr7 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 IEdmAddInMgr7 
   Inherits IEdmAddInMgr5IEdmAddInMgr6 
C# 
public interface IEdmAddInMgr7 : IEdmAddInMgr5IEdmAddInMgr6  
C++/CLI 
public interface class IEdmAddInMgr7 : public IEdmAddInMgr5IEdmAddInMgr6  

Example

See the IEdmAddInMgr5 examples.

Remarks

This interface:

  • extends IEdmAddInMgr6 by providing the ability to get information about all of the add-ins in a vault. 
  • is extended by IEdmAddInMgr8.

See Also