This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IS > IStepProgressor Interface > IStepProgressor.MinRange Property (ArcObjects .NET 10.4 SDK) |
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
The minimum value of the step progressor.