Click or drag to resize

StkTerrainServerTerrainOverlay Constructor (String, String)

Initializes a new instance with the provided values.

Namespace:  AGI.Foundation.Graphics.Advanced
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public StkTerrainServerTerrainOverlay(
	string baseUri,
	string tilesetName
)

Parameters

baseUri
Type: SystemString
The uri of the terrain server.
tilesetName
Type: SystemString
The name of the tileset to use.
See Also