v7.5
Generates the code as defined by the specified custom command wizard and writes the plug-in file to disk. The plug-in destination folder is specified by the wizard's "DestDir" parameter.
GenerateCommandPlugin( Wizard ); |
| Parameter | Type | Description |
|---|---|---|
| Wizard | CustomProperty or its name as a String | The wizard object. |
/*
See the example on the CreateCommandWizard page.
*/
|