ImageCollectionIndexOf Method (Uri) | 
  
    Namespace: 
   AGI.Foundation.Graphics
    Assembly:
   AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic int IndexOf(
	Uri uri
)
Public Function IndexOf ( 
	uri As Uri
) As Integer
public:
int IndexOf(
	Uri^ uri
)
member IndexOf : 
        uri : Uri -> int 
Parameters
- uri
 - Type: SystemUri
The Uri to search for in the collection. 
Return Value
Type: 
Int32The index of the 
GlobeImageOverlay with the specified 
Uri in the collection. -1 if it isn't found.
See Also