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