ImageGear .NET - Updated October 26, 2017
Direction Property (ImGearXMPGPSCoordinate)




ImageGear23.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP.EXIF Namespace > ImGearXMPGPSCoordinate Class : Direction Property
Gets or sets the Direction of GPS Coordinate.
Syntax
'Declaration
 
Public Property Direction As ImGearXMPEnum(Of ImGearXMPGPSDirection)
 
'Usage
 
Dim instance As ImGearXMPGPSCoordinate
Dim value As ImGearXMPEnum(Of ImGearXMPGPSDirection)
 
instance.Direction = value
 
value = instance.Direction

Property Value

ImageGear.Formats.XMP.ImGearXMPEnum<T> generic class value with ImGearXMPGPSDirection type parameter.
See Also

Reference

ImGearXMPGPSCoordinate Class
ImGearXMPGPSCoordinate Members