MosaicDatasetRasterCreate Method (String, String, SpatialReference) |
Creates a mosaic dataset raster with the specified database path, name, and the desired spatial reference.
Namespace:
Esri.ArcGISRuntime.Rasters
Assembly:
Esri.ArcGISRuntime (in Esri.ArcGISRuntime.dll) Version: 100.9.0
Syntaxpublic static MosaicDatasetRaster Create(
string path,
string name,
SpatialReference spatialReference
)
Public Shared Function Create (
path As String,
name As String,
spatialReference As SpatialReference
) As MosaicDatasetRaster
Parameters
- path
- Type: SystemString
Path of the SQLite file to be created that will contain the mosaic dataset raster. - name
- Type: SystemString
Name of the mosaic dataset raster to be created. - spatialReference
- Type: Esri.ArcGISRuntime.GeometrySpatialReference
The spatial reference of the mosaic dataset raster to be created.
Return Value
Type:
MosaicDatasetRasterA mosaic dataset
See Also