ExifDataGPSDifferential Property |
Gets or sets a GPS value which indicates whether differential correction is applied to the GPS receiver.
Namespace:
Aspose.CAD.Exif
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic ushort GPSDifferential { get; set; }
Public Property GPSDifferential As UShort
Get
Set
public:
property unsigned short GPSDifferential {
unsigned short get ();
void set (unsigned short value);
}
member GPSDifferential : uint16 with get, set
Property Value
Type:
UInt16
The GPS value which indicates whether differential correction is applied to the GPS receiver.
See Also