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




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

    Property Value

    ImageGear.Formats.XMP.ImGearXMPString class value.
    Remarks
    This XMP property represents EXIF GPS tag 18 (0x12) and specifies geodetic survey data.
    See Also