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


Allows you to add add-ins registered in SOLIDWORKS PDM Professional to your own menus and toolbars.


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

Example

Remarks

This extended interface also works with object types other than files and folders, and this interface inherits from IEdmMenu6.

Accessors

See Also