Table of Contents

Class AddinCommandTab

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

represents a command tab that host commands

public class AddinCommandTab
Inheritance
AddinCommandTab
Derived
Inherited Members

Properties

CommandGroup

Get command groups

public IAddinCommandGroup CommandGroup { get; set; }

Property Value

IAddinCommandGroup

DocTypes

document types that this should be visible in

public IEnumerable<swDocumentTypes_e> DocTypes { get; set; }

Property Value

IEnumerable<swDocumentTypes_e>

Title

title of command tab

public string Title { get; set; }

Property Value

string