C1.Win.C1Input.4.8 Assembly / C1.Win.C1Input Namespace / ValueIntervalCollection Class / Remove Method
The ValueInterval to remove from the collection.

In This Topic
Remove Method (ValueIntervalCollection)
In This Topic
Removes a specific value interval from the collection.
Syntax
'Declaration
 
Public Sub Remove( _
   ByVal vi As ValueInterval _
) 
 

Parameters

vi
The ValueInterval to remove from the collection.
See Also