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





Description

Gets the index of the Terrain 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

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1