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


esriGpsGroundCourse Structure (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Structures > E > esriGpsGroundCourse Structure
ArcGIS Developer Help

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 { } esriGpsGroundCourse;

Product Availability

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