InsertRange Method (BevelCollection)
Inserts an array of bevels into the collection at the specified index.
public void InsertRange(
int ,
Bevel[]
)
'Declaration
Public Sub InsertRange( _
ByVal As Integer, _
ByVal () As Bevel _
)
'Usage
Dim instance As BevelCollection
Dim index As Integer
Dim items() As Bevel
instance.InsertRange(index, items)
Parameters
- index
- Index at which items should be inserted.
- items
- Array of bevels.