Show / Hide Table of Contents

Property ActiveBuildOperation

ActiveBuildOperation

Gets the pyramid build operation currently running for the owning raster.

Declaration
public BuildRasterPyramidsOperation? ActiveBuildOperation { get; }
Property Value
Type Description
BuildRasterPyramidsOperation

The pyramid build operation currently running for the owning raster.

Remarks

This property is null when no pyramid build operation is in progress for the raster. When a build is in progress, this property returns the current operation so that callers can observe progress, request cancellation, or await the result.

This property is set when a build operation starts and is cleared when that operation completes, fails, or is canceled. When this value changes, the ActiveBuildOperationChanged event is raised.

Applies to

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