PCBI_GenCadExport Class

Definition

Namespace: PCBI_GenCadImport
Assembly: PCBI_GenCad_ImportExport (in PCBI_GenCad_ImportExport.dll) Version: 17.0.0.0 (17.0.0.0)
C#
public class PCBI_GenCadExport : IPluginRibbonCommand, 
	IPlugin, IPluginMessageReceiver
Inheritance
Object    PCBI_GenCadExport
Implements
IPlugin, IPluginMessageReceiver, IPluginRibbonCommand

Constructors

PCBI_GenCadExportInitializes a new instance of the PCBI_GenCadExport class

Properties

Methods

Explicit Interface Implementations

IPluginRibbonCommandOnCommandExecute Will be called with each command to execute.
IPluginRibbonCommandRegisterCommand Register your own commands here like this: int MyCmdID = Parent.UIAction.RegisterID(new PCBI.Plugin.Interfaces.IRegisterItem() { Text = PCB_Investigator.Localization.PCBILocalization.TranslateToCurrentLanguage("CommandName"), MetroStyleIcon = icon, ToolTip = "...", RegisterType = RegisterItemType.BUTTON, GUID = "ID_MY_COMMAND", Category = "PlugIn", EnableOn = Availability.Always });

See Also