AddRange Method (MarkerCollection)
Adds an array of markers to the collection.
public void AddRange(
Marker[]
)
'Declaration
Public Sub AddRange( _
ByVal () As Marker _
)
'Usage
Dim instance As MarkerCollection
Dim items() As Marker
instance.AddRange(items)
Parameters
- items
- Array of markers