IZennoCustomCode
Assembly: ZennoLab.CommandCenter
Full name: ZennoLab.CommandCenter.IZennoCustomCode
Kind: interface
Defines methods that allow you to run execution of code in ZennoPoster
Methods
ExecuteCode
Method
int ExecuteCode(Instance instance, IZennoPosterProjectModel project)
The entry point in your code
Parameters
| Type | Name | Description |
|---|---|---|
Instance | instance | This object contains all necessary methods and properties for work with instance. |
IZennoPosterProjectModel | project | The model of the current project. |
Returns: Takes a negative value, if execution of this method, error is detected