This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Structures > E > esriGpsGroundCourse Structure (ArcObjects .NET 10.5 SDK) |
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 {
double speed;
double Heading;
short speedValid;
short headingValid; } esriGpsGroundCourse;