ArcObjects Library Reference (System)  

IStepProgressor.MaxRange Property

The maximum range of the progression.

[Visual Basic .NET]
Public Property MaxRange As Integer
[C#]
public int MaxRange {get; set;}
[C++]
HRESULT get_MaxRange(
  long* MaxRange
);
[C++]
HRESULT put_MaxRange(
  long MaxRange
);
[C++]

Parameters

MaxRange [out, retval]   MaxRange is a parameter of type long MaxRange [in]   MaxRange is a parameter of type long

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

The maximum value of the step progressor.

See Also

IStepProgressor Interface

.NET Snippets

Flip Line Direction | Show Progress Dialog |

.NET Samples

Calculate area geoprocessing function tool (Code Files: CalculateAreaFunction) |