Aqualogic Interaction API  
 

IPTState.Add Method

Add an item to the state object.

Overload List

Add an item to the state object.

void Add(string,XPDateTime,int,bool);

Add an item to the state object.

void Add(string,IPTState,int,bool);

Add an item to the state object.

void Add(string,byte,int,bool);

Add an item to the state object.

void Add(string,byte[],int,bool);

Add an item to the state object.

void Add(string,double,int,bool);

Add an item to the state object.

void Add(string,int,int,bool);

Add an item to the state object.

void Add(string,object,int,bool);

Add an item to the state object.

void Add(string,float,int,bool);

Add an item to the state object.

void Add(string,string,int,bool);

See Also

IPTState Interface | com.plumtree.server Namespace