ImageGear .NET - Updated
MinuteFraction Property




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP.EXIF Namespace > ImGearXMPGPSCoordinate Class : MinuteFraction Property
Gets or sets the Fraction of minute of GPS Coordinate. If the GPS coordinate seconds instead of fraction of minutes, the property returns null.
Syntax
'Declaration
 
Public Property MinuteFraction As ImGearXMPInteger
'Usage
 
Dim instance As ImGearXMPGPSCoordinate
Dim value As ImGearXMPInteger
 
instance.MinuteFraction = value
 
value = instance.MinuteFraction
public ImGearXMPInteger MinuteFraction {get; set;}
public: __property ImGearXMPInteger* get_MinuteFraction();
public: __property void set_MinuteFraction( 
   ImGearXMPInteger* value
);
public:
property ImGearXMPInteger^ MinuteFraction {
   ImGearXMPInteger^ get();
   void set (    ImGearXMPInteger^ value);
}

Property Value

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

Reference

ImGearXMPGPSCoordinate Class
ImGearXMPGPSCoordinate Members