This document is archived and information here might be outdated.  Recommended version.


esriGpsGroundCourse Structure (ArcObjects .NET 10.4 SDK)
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.