STK Graphics PrimitivesSend comments on this topic.
AddAsyncUriString Method (IAgStkGraphicsImageCollection)
See Also
Uri
The that represents the of the . The must be of a recognized format.
Windows





Windows & Linux

Description

Creates a globe image overlay from the uri, which represents a uri, and adds it to the collection asynchronously.

Syntax

[Visual Basic .NET]
Public Function AddAsyncUriString( _
    ByVal Uri As String _
) As IAgStkGraphicsGlobeImageOverlay
[C#]
public IAgStkGraphicsGlobeImageOverlay AddAsyncUriString(
    string Uri
);
[Managed C++]
public: IAgStkGraphicsGlobeImageOverlay^ AddAsyncUriString(
    String __gc ^ Uri
);
[Unmanaged C++]
public: HRESULT AddAsyncUriString(
    BSTR Uri,
    IAgStkGraphicsGlobeImageOverlay ** ppRetVal
);
[Java]
public IAgStkGraphicsGlobeImageOverlay addAsyncUriString(
    String Uri
);
[Python - STK API]
def AddAsyncUriString(self, Uri:str) -> "IAgStkGraphicsGlobeImageOverlay":

Parameters

Uri
The that represents the of the . The must be of a recognized format.

See Also

© 2021 Analytical Graphics, Inc. All Rights Reserved.