Zenon namespace

Zenon namespace

Is there a way I can use the Zenon namespace in my own class definitions like so
using zenOn;
This is legal but when I try something like this:
this.Variables().Item("CDS_TestBool").set_Value(0, false);
I get ProjectAddin.TimingPrograms does not contain a definition for 'Variables' .....

This is a migrated post! Originally posted on 12.11.2012 by user conradsmith. Please be aware that information can be outdated.