Insert Method
Insert(int, Bevel)
Inserts a bevel into the collection at the specified index.
Declaration
public void Insert(int index, Bevel item)
Public Sub Insert(index As Integer, item As Bevel)
Parameters
Type |
Name |
Description |
int |
index |
Index at which item should be inserted.
|
Bevel |
item |
Bevel.
|
Implements