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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.