STK Graphics PrimitivesSend comments on this topic.
IndexOfUriString Method (IAgStkGraphicsTerrainCollection)
See Also
StringUri
The String containing the Uri to search for in the collection.
Windows





Windows & Linux

Description

Gets the index of the Terrain Overlay with the specified Uri.

Syntax

[Visual Basic .NET]
Public Function IndexOfUriString( _
    ByVal StringUri As String _
) As Integer
[C#]
public int IndexOfUriString(
    string StringUri
);
[Managed C++]
public: int IndexOfUriString(
    String __gc ^ StringUri
);
[Unmanaged C++]
public: HRESULT IndexOfUriString(
    BSTR StringUri,
    int * pRetVal
);
[Java]
public Integer indexOfUriString(
    String StringUri
);
[Python - STK API ]
def IndexOfUriString(self, StringUri:str) -> int:

Parameters

StringUri
The String containing the Uri to search for in the collection.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.