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





Description

Creates a Terrain Overlay from the uri, which represents a Uri, and adds it to the collection.

Syntax

[Visual Basic .NET]
Public Function AddUriString( _
   ByVal Uri As String _
) As IAgStkGraphicsTerrainOverlay

[C#]
public IAgStkGraphicsTerrainOverlay AddUriString(
string Uri
);

[Managed C++]
public: IAgStkGraphicsTerrainOverlay^ AddUriString(
String __gc ^ Uri
);

[Java]
public IAgStkGraphicsTerrainOverlay addUriString(
String Uri
);

[Unmanaged C++]
public: HRESULT AddUriString(
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

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1