[]
Determines the index of the bevel in the collection.
public int IndexOf(Bevel item)
Public Function IndexOf(item As Bevel) As Integer
Type | Name | Description |
---|---|---|
Bevel | item | Bevel to locate in collection. |
Type | Description |
---|---|
int | Index of the bevel if bevel is found in the collection; otherwise, -1. |