Property Pyramids
Pyramids
Gets an object for inspecting and managing pyramids for this raster.
Declaration
public RasterPyramids? Pyramids { get; }
Property Value
| Type | Description |
|---|---|
| RasterPyramids | An object for inspecting and managing pyramids for this raster. |
Remarks
This property is null until the raster is loaded.
After the raster is loaded, this property is available for file-based rasters. It is null for
GeoPackageRaster, MosaicDatasetRaster, ImageServiceRaster, and
rasters created from a RasterFunction.
When this property is not null, use it to inspect pyramid information, monitor build progress, start
pyramid build or delete operations, and determine whether build or delete commands are currently available.
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET | 300.1 |
| .NET Windows | 300.1 |
| .NET Android | 300.1 |
| .NET iOS | 300.1 |