Initializes an AGI Custom Terrain Overlay with the provided values.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgStkGraphicsAGICustomTerrainOverlay InitializeWithString( string Uri ); |
| [Managed C++] |
|---|
public: IAgStkGraphicsAGICustomTerrainOverlay^ InitializeWithString( String __gc ^ Uri ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgStkGraphicsAGICustomTerrainOverlay initializeWithString( String Uri ); |
[Python - STK API ] |
|---|
def InitializeWithString(self, Uri:str) -> "IAgStkGraphicsAGICustomTerrainOverlay": |
- Uri
- The String that represents the Uri that points to a terrain server.






