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
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
Offsets the current Position by the specified value.