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