AyxPlugin

The AyxPlugin class is the basic building block of your tool. Alteryx Engine uses this class to instantiate an object each time your program runs. This class contains methods to build the functionality of the plugin interface, prefixed pi_, and the incoming interface, prefixed ii_.

Methods