This document is archived and information here might be outdated.  Recommended version.


IStepProgressor.MaxRange Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IS > IStepProgressor Interface > IStepProgressor.MaxRange Property
ArcGIS Developer Help

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(
  System.Int32* MaxRange
);
[C++]
Parameters
MaxRange [in]

MaxRange is a parameter of type long MaxRange [out, retval]
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