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