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

Example

See the IEdmAddInMgr5 examples.

Remarks

This interface:

See Also