Indicates the GPS satellites used for measurements.

This tag can be used to describe the number of satellites, their ID number, angle of elevation, azimuth, SNR and other information in ASCII notation.

The format is not specified.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public string EXIF_GPSSatellites { get; set; }
Public Property EXIF_GPSSatellites As String
	Get
	Set
public:
property String^ EXIF_GPSSatellites {
	String^ get ();
	void set (String^ value);
}

See Also