ImageGear .NET - Updated
Degree Property (ImGearXMPGPSCoordinate)




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP.EXIF Namespace > ImGearXMPGPSCoordinate Class : Degree Property
Gets or sets the Degree of GPS Coordinate.
Syntax
'Declaration
 
Public Property Degree As ImGearXMPInteger
'Usage
 
Dim instance As ImGearXMPGPSCoordinate
Dim value As ImGearXMPInteger
 
instance.Degree = value
 
value = instance.Degree
public ImGearXMPInteger Degree {get; set;}
public: __property ImGearXMPInteger* get_Degree();
public: __property void set_Degree( 
   ImGearXMPInteger* value
);
public:
property ImGearXMPInteger^ Degree {
   ImGearXMPInteger^ get();
   void set (    ImGearXMPInteger^ value);
}

Property Value

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

Reference

ImGearXMPGPSCoordinate Class
ImGearXMPGPSCoordinate Members