Gets the index of the Globe Image Overlay with the specified Uri.
[Visual Basic .NET] |
---|
Public Function IndexOfUriString( _ ByVal StringUri As String _ ) As Integer |
[C#] |
---|
public int IndexOfUriString( string StringUri ); |
[Managed C++] |
---|
public: int IndexOfUriString( String __gc ^ StringUri ); |
[Java] |
---|
public Integer indexOfUriString( String StringUri ); |
[Python - STK API ] |
---|
def IndexOfUriString(self, StringUri:str) -> int: |
- StringUri
- The String containing the Uri to search for in the collection.