ImageGear for .NET
Direction Property (ImGearXMPGPSCoordinate)




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
public ImGearXMPEnum<ImGearXMPGPSDirection> Direction {get; set;}
public: __property ImGearXMPEnum<ImGearXMPGPSDirection>* get_Direction();
public: __property void set_Direction( 
   ImGearXMPEnum<ImGearXMPGPSDirection>* value
);
public:
property ImGearXMPEnum<ImGearXMPGPSDirection>^ Direction {
   ImGearXMPEnum<ImGearXMPGPSDirection>^ get();
   void set (    ImGearXMPEnum<ImGearXMPGPSDirection>^ value);
}

Property Value

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

Reference

ImGearXMPGPSCoordinate Class
ImGearXMPGPSCoordinate Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback