AGI STK Graphics 11Send comments on this topic.
IndexOfUriString Method (IAgStkGraphicsImageCollection)
See Also 
StringUri
The String containing the Uri to search for in the collection.
Windows






Windows & Linux

Description

Gets the index of the Globe Image Overlay with the specified Uri.

Syntax

[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 ppInteger indexOfUriString(
   String StringUri
);
[Unmanaged C++]
public: HRESULT IndexOfUriString(
   BSTR StringUri,
   int * ReturnValue
);

Parameters

StringUri
The String containing the Uri to search for in the collection.

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.