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






Windows & Linux

Description

Checks the presence of a Terrain Overlay with the specified Uri in the collection.

Syntax

[Visual Basic .NET]
Public Function ContainsUriString( _
   ByVal StringUri As String _
) As Boolean

[C#]
public bool ContainsUriString(
string StringUri
);

[Managed C++]
public: bool ContainsUriString(
String __gc ^ StringUri
);

[Java]
public bool containsUriString(
String StringUri
);

[Unmanaged C++]
public: HRESULT ContainsUriString(
BSTR StringUri,
VARIANT_BOOL * ReturnValue
);

Parameters

StringUri
The String that contains the Uri to search for in the collection.

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface