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.
Windows






Windows & Linux

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

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface