[This is preliminary documentation and is subject to change.]

East or West Longitude

Namespace: Tools.MetadataT.ExifT
Assembly: Tools.Metadata (in Tools.Metadata.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
public IfdGps..::..GPSLongitudeRefValues[] GPSLongitudeRef { get; set; }
Visual Basic
Public Property GPSLongitudeRef As IfdGps..::..GPSLongitudeRefValues()
	Get
	Set
Visual C++
public:
property array<IfdGps..::..GPSLongitudeRefValues>^ GPSLongitudeRef {
	array<IfdGps..::..GPSLongitudeRefValues>^ get ();
	void set (array<IfdGps..::..GPSLongitudeRefValues>^ value);
}
F#
member GPSLongitudeRef : IfdGps..::..GPSLongitudeRefValues[] with get, set
JScript
function get GPSLongitudeRef () : IfdGps..::..GPSLongitudeRefValues[]
function set GPSLongitudeRef (value : IfdGps..::..GPSLongitudeRefValues[])

Exceptions

See Also

Collapse/expand Version History