ComponentOne Gauges for WinForms
AddRange Method (ShapeCollection)

C1.Win.C1Gauge.4 Assembly > C1.Win.C1Gauge Namespace > ShapeCollection Class : AddRange Method
Adds a group of C1GaugeBaseShape objects to the end of the collection.
Syntax
'Declaration
 
Public Sub AddRange( _
   ByVal items() As C1GaugeBaseShape _
) 
public void AddRange( 
   C1GaugeBaseShape[] items
)

Parameters

items
See Also

Reference

ShapeCollection Class
ShapeCollection Members