Show / Hide Table of Contents

Property Progress

Progress

Gets the approximate fraction of pyramid build work completed.

Declaration
public double Progress { get; }
Property Value
Type Description
double

The approximate fraction of pyramid build work completed.

Remarks

Progress is reported as a value from 0.0 to 1.0 inclusive. A value of 0.0 indicates that no progress has been made, and a value of 1.0 indicates that the build completed successfully.

The value may be approximate and may not change for every unit of work completed. When this value changes, the ProgressChanged event is raised. If a build fails or is canceled, the value remains at the last reported progress value.

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.