ESRI.ArcGIS.Mobile
SetOffset Method
See Also  Send Feedback
ESRI.ArcGIS.Mobile.Gps Namespace > GpsStreamingTool Class : SetOffset Method

direction
Offset direction
distance
Offset distance
unit
Units of distance offset
Sets the offset for the stream of coordinates.

Syntax

Visual Basic (Declaration) 
Public Sub SetOffset( _
   ByVal direction As LateralOffsetDirection, _
   ByVal distance As Double, _
   ByVal unit As Unit _
) 
C# 
public void SetOffset( 
   LateralOffsetDirection direction,
   double distance,
   Unit unit
)

Parameters

direction
Offset direction
distance
Offset distance
unit
Units of distance offset

Exceptions

ExceptionDescription
ExceptionCannot set an offset once streaming has started.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.