Creates a new GPSDirection structure.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public GPSDirection(
	IOParams..::..GPSDirectionReference Ref,
	double Dir
)
Public Sub New ( _
	Ref As IOParams..::..GPSDirectionReference, _
	Dir As Double _
)
public:
GPSDirection(
	IOParams..::..GPSDirectionReference Ref, 
	double Dir
)

Parameters

Ref
IOParams..::..GPSDirectionReference
The reference
Dir
Double
The actual direction

See Also