Show / Hide Table of Contents

Class BuildRasterPyramidsOperation

An operation that builds pyramids for a raster.

Inheritance
object
BuildRasterPyramidsOperation
Implements
INotifyPropertyChanged
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
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

TargetVersions
.NET300.1
.NET Windows300.1
.NET Android300.1
.NET iOS300.1
In this article
Provide feedback
Back to top Copyright © 2025 Esri.