PolygonGeometryCollection.IndexOf Method
Tries to find the index of the first occurrence of a value in the collection.
Thread safety: This property is not thread-safe.
IndexOf(PolygonGeometry item)
Returns the zero-based index of the first occurrence of a value in the collection.Syntax
public System.Int32 IndexOf (
PolygonGeometry item
)
Parameters
item
Type: PolygonGeometry
The value to locate in the collection.
The value to locate in the collection.
Return Value
Type: System.Int32
The zero-based index of the first occurrence of item in the collection, if found; otherwise, -1.
The zero-based index of the first occurrence of item in the collection, if found; otherwise, -1.
Platforms
Windows, Linux, Android