AGI STK Graphics 11Send comments on this topic.
AddAsyncUriString Method (IAgStkGraphicsTerrainCollection)
See Also 
Uri
The String that represents the Uri of the Terrain Overlay. The Terrain Overlay must be of a recognized format.
Windows






Windows & Linux

Description

Creates a Terrain 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 IAgStkGraphicsTerrainOverlay
[C#]
public IAgStkGraphicsTerrainOverlay AddAsyncUriString(
   string Uri
);
[Managed C++]
public: IAgStkGraphicsTerrainOverlay^ AddAsyncUriString(
   String __gc ^ Uri
);
[Java]
public IAgStkGraphicsTerrainOverlay addAsyncUriString(
   String Uri
);
[Unmanaged C++]
public: HRESULT AddAsyncUriString(
   BSTR Uri,
   IAgStkGraphicsTerrainOverlay ** ReturnValue
);

Parameters

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

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.