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.| Visual Basic | |
|---|---|
Public Interface IEdmCmdMgr6 Inherits IEdmCmdMgr5 | |
| C# | |
|---|---|
public interface IEdmCmdMgr6 : IEdmCmdMgr5 | |
| C++/CLI | |
|---|---|
public interface class IEdmCmdMgr6 : public IEdmCmdMgr5 | |
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:
- IEdmCmdMgr5::AddCmd to add menu commands
- IEdmCmdMgr5::AddToolbarImage to add toolbar buttons
- IEdmCmdMgr5::AddHook to add command hooks
to SOLIDWORKS PDM Professional.