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

Speed unit

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

Syntax

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

Exceptions

ExceptionCondition
System.ComponentModel..::..InvalidEnumArgumentExceptionValue of item of value is not member of IfdGps..::..GPSSpeedRefValues

See Also

Collapse/expand Version History