ESRI.ArcGIS.Mobile
Offset Method
See Also  Send Feedback
ESRI.ArcGIS.Mobile.Geometries Namespace > Coordinate Class : Offset Method

distance
Distance to offset original coordinate.
bearing
Angle to offset original coordinate (in degrees).
Offsets the coordinate by a distance and bearing.

Syntax

Visual Basic (Declaration) 
Public Sub Offset( _
   ByVal distance As Double, _
   ByVal bearing As Double _
) 
C# 
public void Offset( 
   double distance,
   double bearing
)

Parameters

distance
Distance to offset original coordinate.
bearing
Angle to offset original coordinate (in degrees).

Remarks

The bearing is the clockwise angle (in degree) starting from the north.

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.