ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats.XMP.EXIF Namespace / ImGearEXIFXMPMetadata Class / GPSTrack Property




In This Topic
    GPSTrack Property
    In This Topic
    Gets or sets GPSTrack property of the EXIF XMP schema.
    Syntax
    'Declaration
     
    Public Property GPSTrack As ImGearXMPRational
    'Usage
     
    Dim instance As ImGearEXIFXMPMetadata
    Dim value As ImGearXMPRational
     
    instance.GPSTrack = value
     
    value = instance.GPSTrack
    public ImGearXMPRational GPSTrack {get; set;}
    public: __property ImGearXMPRational* get_GPSTrack();
    public: __property void set_GPSTrack( 
       ImGearXMPRational* value
    );
    public:
    property ImGearXMPRational^ GPSTrack {
       ImGearXMPRational^ get();
       void set (    ImGearXMPRational^ value);
    }

    Property Value

    ImageGear.Formats.XMP.ImGearXMPRational class value.
    Remarks
    This XMP property represents EXIF GPS tag 15 (0x0F) and specifies direction of GPS movement, values range from 0 to 359.99.
    See Also