ArcObjects Library Reference (System)  

IStepProgressor.MinRange Property

The minimum range of the progression.

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

Parameters

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

Product Availability

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

Description

The minimum 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) |