Indicates the GPS DOP (data degree of precision).

An HDOP value is written during two-dimensional measurement, and PDOP during three-dimensional measurement.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public double EXIF_GPSDOP { get; set; }
Public Property EXIF_GPSDOP As Double
	Get
	Set
public:
property double EXIF_GPSDOP {
	double get ();
	void set (double value);
}

See Also