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

Remarks

This interface:

See Also