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

Example

Remarks

This interface:

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