Initializes a Cesiumion Terrain Overlay with the provided values necessary to communicate with a Cesium ion endpoint.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgStkGraphicsCesiumionTerrainOverlay InitializeWithAssetURI( string AssetURI, string ApiEndpointURI, string AccessToken ); |
| [Managed C++] |
|---|
public: IAgStkGraphicsCesiumionTerrainOverlay^ InitializeWithAssetURI( String __gc ^ AssetURI, String __gc ^ ApiEndpointURI, String __gc ^ AccessToken ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgStkGraphicsCesiumionTerrainOverlay initializeWithAssetURI( String AssetURI, String ApiEndpointURI, String AccessToken ); |
[Python - STK API ] |
|---|
def InitializeWithAssetURI(self, AssetURI:str, ApiEndpointURI:str, AccessToken:str) -> "IAgStkGraphicsCesiumionTerrainOverlay": |
- AssetURI
- The Uri refers to an asset located on the Cesium ion host server.
- ApiEndpointURI
- The Uri that represents the Uri that points to a valid Cesium ion API endpoint.
- AccessToken
- A valid accessToken that grants Read and List permissions to terrain assets hosted on the Cesium ion server instance.






