Property PyramidInfo
PyramidInfo
Gets information about the raster's pyramid set.
Declaration
public RasterPyramidInfo? PyramidInfo { get; }
Property Value
| Type | Description |
|---|---|
| RasterPyramidInfo | Information about the raster's pyramid set. |
Remarks
This property is null if no pyramids exist for the raster.
When available, this property describes the pyramid set associated with the owning raster. The pyramids may be part of the source raster dataset or stored in a separate pyramid file (.ovr).
This property is refreshed after a pyramid build operation completes successfully or DeletePyramids() is called successfully.
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET | 300.1 |
| .NET Windows | 300.1 |
| .NET Android | 300.1 |
| .NET iOS | 300.1 |