PCBI_ConnectionIPluginRibbonCommandOnCommandExecute Method

Will be called with each command to execute.

Definition

Namespace: PCBI_GoogleSketchUpExport
Assembly: PCBI_GoogleSketchUp_Export (in PCBI_GoogleSketchUp_Export.dll) Version: 16.0.0.0 (16.0.0.0)
C#
void IPluginRibbonCommand.OnCommandExecute(
	int cmdID
)

Parameters

cmdID  Int32
Maybe MyCmdID (check it in your code).

Implements

IPluginRibbonCommandOnCommandExecute(Int32)

See Also