Class BuildRasterPyramidsOperation
An operation that builds pyramids for a raster.
Implements
Namespace: Esri.ArcGISRuntime.Rasters
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class BuildRasterPyramidsOperation : INotifyPropertyChanged
Remarks
A BuildRasterPyramidsOperation is returned by BuildPyramids(BuildRasterPyramidsParameters). While the build is in progress, the same operation is also available from ActiveBuildOperation. Use this object to observe progress, request cancellation, and await the pyramid information produced by the build.
When the operation completes successfully, the task returned by GetResultAsync(CancellationToken) returns information about the pyramid set that was built and PyramidInfo is refreshed with that same information.
Properties
| Name | Description |
|---|---|
| Progress | Gets the approximate fraction of pyramid build work completed. |
Methods
| Name | Description |
|---|---|
| Cancel() | Requests cancellation of the pyramid build operation. |
| GetResultAsync(CancellationToken) | Asynchronously gets the result of the pyramid build operation. |
Events
| Name | Description |
|---|---|
| ProgressChanged | Occurs when the value of Progress changes. |
| PropertyChanged | Occurs when a property value changes. |
Applies to
| Target | Versions |
|---|---|
| .NET | 300.1 |
| .NET Windows | 300.1 |
| .NET Android | 300.1 |
| .NET iOS | 300.1 |