AGI STK Graphics 11Send 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 
[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 * pRetVal
);

Parameters

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

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.