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