This document is archived and information here might be outdated. Recommended version. |
Describes the ground course.
[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 { } esriGpsGroundCourse;