| TerrainCollectionAddAsync Method (String) | 
 
Creates a 
TerrainOverlay from the 
uri, which represents a 
Uri, and adds it to the collection asynchronously.
 
    Namespace: 
   AGI.Foundation.Graphics
    Assembly:
   AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
 Syntax
Syntaxpublic TerrainOverlay AddAsync(
	string uri
)
Public Function AddAsync ( 
	uri As String
) As TerrainOverlay
public:
TerrainOverlay^ AddAsync(
	String^ uri
)
member AddAsync : 
        uri : string -> TerrainOverlay 
Parameters
- uri
- Type: SystemString
 The String that represents the Uri of the TerrainOverlay. The TerrainOverlay must be of a recognized format.
Return Value
Type: 
TerrainOverlayThe 
TerrainOverlay that was created and added to the collection
 See Also
See Also