2 using System.Collections;
3 using System.Collections.Generic;
6 namespace Seci.LabView.Controls
18 public LvBoolean(String name, SerialisableList<int> indices)
24 _clusterIndices = (Seci.SerialisableList<
int>)indices.Clone();
34 return _name +
" (Boolean)";
override String GetControlType()
override String GetNameAndType()
Overriden method which return the name and type of the control.
LvBoolean(String name, SerialisableList< int > indices)
Constructor
This class inherits from LVControl class and is specialised for Boolean controls. ...
This class is the abstract base class of the objects used to store the VI control information...