Table of Contents

Class AddinConstants.SolidworksMenu

Namespace
Hymma.Solidworks.Addins
Assembly
Hymma.Solidworks.Addins.dll

provides names of all menus in SOLIDWORKS

public static class AddinConstants.SolidworksMenu
Inheritance
AddinConstants.SolidworksMenu
Inherited Members

Fields

AsArray

a list of all menus

public static string[] AsArray

Field Value

string[]

File

the file menu

public const string File = "File"

Field Value

string

Help

the help menu

public const string Help = "Help"

Field Value

string

Insert

the insert menu

public const string Insert = "Insert"

Field Value

string

Tools

the tools menu

public const string Tools = "Tools"

Field Value

string

View

the view menu

public const string View = "View"

Field Value

string