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
| Target | Versions |
|---|---|
| .NET | 300.1 |
| .NET Windows | 300.1 |
| .NET Android | 300.1 |
| .NET iOS | 300.1 |