STK Graphics PrimitivesSend 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
);
[Unmanaged C++]
public: HRESULT ContainsUriString(
    BSTR StringUri,
    VARIANT_BOOL * pRetVal
);
[Java]
public bool containsUriString(
    String StringUri
);
[Python - STK API ]
def ContainsUriString(self, StringUri:str) -> bool:

Parameters

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.