IZennoCustomEndCode

Assembly: ZennoLab.CommandCenter
Full name: ZennoLab.CommandCenter.IZennoCustomEndCode
Kind: interface


Defines methods that allow use the GoodEnd and BadEnd methods via code.

Methods

GoodEnd

Method

void GoodEnd(Instance instance, IZennoPosterProjectModel project)

The entry point into GoodEnd method.

Parameters

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

BadEnd

Method

void BadEnd(Instance instance, IZennoPosterProjectModel project)

The entry point into BadEnd method.

Parameters

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