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

TypeNameDescription
InstanceinstanceThis object contains all necessary methods and properties for work with instance.
IZennoPosterProjectModelprojectThe model of the current project.

Returns: Takes a negative value, if execution of this method, error is detected