C1.Win.C1Input.4.8 Assembly / C1.Win.C1Input Namespace / ValueIntervalCollection Class / Add Method
The ValueInterval to add.

In This Topic
Add Method (ValueIntervalCollection)
In This Topic
Adds a new value interval to the collection.
Syntax
'Declaration
 
Public Sub Add( _
   ByVal vi As ValueInterval _
) 
 

Parameters

vi
The ValueInterval to add.
See Also