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





Description

Checks the presence of a Globe Image 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

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1