AGIProcessedTerrainWriterWrite Method (CentralBody, RasterTerrainProvider, Uri, Boolean) | 
  
    Namespace: 
   AGI.Foundation.Terrain
    Assembly:
   AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic static void Write(
	CentralBody centralBody,
	RasterTerrainProvider terrainProvider,
	Uri pdttUri,
	bool overwriteExistingFile
)
Public Shared Sub Write ( 
	centralBody As CentralBody,
	terrainProvider As RasterTerrainProvider,
	pdttUri As Uri,
	overwriteExistingFile As Boolean
)
public:
static void Write(
	CentralBody^ centralBody, 
	RasterTerrainProvider^ terrainProvider, 
	Uri^ pdttUri, 
	bool overwriteExistingFile
)
static member Write : 
        centralBody : CentralBody * 
        terrainProvider : RasterTerrainProvider * 
        pdttUri : Uri * 
        overwriteExistingFile : bool -> unit 
Parameters
- centralBody
 - Type: AGI.Foundation.CelestialCentralBody
The central body of the terrain. - terrainProvider
 - Type: AGI.Foundation.TerrainRasterTerrainProvider
The raster terrain provider. - pdttUri
 - Type: SystemUri
The AGI Processed Data Terrain filename. - overwriteExistingFile
 - Type: SystemBoolean
If true and the AGI Processed Data Terrain file already exists, the file will be overwritten during the conversion. 
See Also