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




In This Topic
    Second Property (ImGearXMPGPSCoordinate)
    In This Topic
    Gets or sets the Second of GPS Coordinate. If the GPS coordinate uses fraction of minutes instead of seconds, the property returns null.
    Syntax
    'Declaration
     
    Public Property Second As ImGearXMPInteger
    'Usage
     
    Dim instance As ImGearXMPGPSCoordinate
    Dim value As ImGearXMPInteger
     
    instance.Second = value
     
    value = instance.Second
    public ImGearXMPInteger Second {get; set;}
    public: __property ImGearXMPInteger* get_Second();
    public: __property void set_Second( 
       ImGearXMPInteger* value
    );
    public:
    property ImGearXMPInteger^ Second {
       ImGearXMPInteger^ get();
       void set (    ImGearXMPInteger^ value);
    }

    Property Value

    ImageGear.Formats.XMP.ImGearXMPInteger class value.
    See Also