This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IS > IStepProgressor Interface > IStepProgressor.OffsetPosition Method (ArcObjects .NET 10.5 SDK) |
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,
long* prevPos
);
[C++]
Parameters offsetValue [in] offsetValue is a parameter of type long prevPos [out, retval] prevPos is a parameter of type long
Offsets the current Position by the specified value.