Creates a new GPSAltitude structure

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public GPSAltitude(
	IOParams..::..GPSAltitudeReference Ref,
	double Alt
)
Public Sub New ( _
	Ref As IOParams..::..GPSAltitudeReference, _
	Alt As Double _
)
public:
GPSAltitude(
	IOParams..::..GPSAltitudeReference Ref, 
	double Alt
)

Parameters

Ref
IOParams..::..GPSAltitudeReference
Reference
Alt
Double
Altitude in meters

See Also