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


Allows you to add menu commands, toolbar buttons, and command hooks to SOLIDWORKS PDM Professional.


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 IEdmCmdMgr6 
   Inherits IEdmCmdMgr5 
C# 
public interface IEdmCmdMgr6 : IEdmCmdMgr5  
C++/CLI 
public interface class IEdmCmdMgr6 : public IEdmCmdMgr5  

Example

Remarks

This interface extends IEdmCmdMgr5 by providing the ability to add a custom tab to a vault view before it is opened in File Explorer.

A pointer to this interface is provided by SOLIDWORKS PDM Professional when it loads an add-in. IEdmAddIn5::GetAddInInfo's poCmdMgr contains a pointer to this interface. Within your implementation of IEdmAddIn5::GetAddInInfo, use this pointer to call:

to SOLIDWORKS PDM Professional.

Accessors

See Also