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


IStepProgressor.OffsetPosition Method (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.OffsetPosition Method
ArcGIS Developer Help

IStepProgressor.OffsetPosition Method

Offsets the position of the progression.

[Visual Basic .NET]
Public Function OffsetPosition ( _
    ByVal offsetValue As Integer _
) As Integer
[C#]
public int OffsetPosition (
    int offsetValue
);
[C++]
HRESULT OffsetPosition(
  long offsetValue
);
[C++]
Parameters
offsetValue [in]

offsetValue is a parameter of type long

Product Availability

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

Description

Offsets the current Position by the specified value.

See Also

IStepProgressor Interface