Namespace:  EGIS.ShapeFileLib
Assembly:  EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)

Syntax

Visual Basic
Public Shared Function LocationFromRangeBearing ( _
	currentLocation As UtmCoordinate, _
	range As Double, _
	bearing As Double _
) As UtmCoordinate
C#
public static UtmCoordinate LocationFromRangeBearing(
	UtmCoordinate currentLocation,
	double range,
	double bearing
)
Visual C++
public:
static UtmCoordinate LocationFromRangeBearing(
	UtmCoordinate currentLocation, 
	double range, 
	double bearing
)
JavaScript
EGIS.ShapeFileLib.ConversionFunctions.locationFromRangeBearing = function(currentLocation, range, bearing);

Parameters

currentLocation
Type: EGIS.ShapeFileLib..::..UtmCoordinate
range
Type: System..::..Double
bearing
Type: System..::..Double

See Also