ArcObjects Library Reference (Carto)  

esriGpsGroundCourse Structure

Describes the ground course.

Syntax

[Visual Basic .NET]
Public Sub New ( _
   speed As Double,
   Heading As Double,
   speedValid As Short,
   headingValid As Short
)
[C#]
public esriGpsGroundCourse {
   double speed,
   double Heading,
   short speedValid,
   short headingValid
)
[C++]

typedef struct esriGpsGroundCourse {

   double speed;

   double Heading;

   short speedValid;

   short headingValid; } esriGpsGroundCourse;

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.