ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats.XMP.EXIF Namespace / ImGearXMPGPSCoordinate Class / Direction Property




In This Topic
    Direction Property
    In This Topic
    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