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