ImageGear .NET - Updated
Shotlocation Property




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP.DynamicMedia Namespace > ImGearDynamicMediaXMPMetadata Class : Shotlocation Property
Gets or sets ShotLocation property of the Dynamic Media XMP schema.
Syntax
'Declaration
 
Public Property Shotlocation As ImGearXMPString
'Usage
 
Dim instance As ImGearDynamicMediaXMPMetadata
Dim value As ImGearXMPString
 
instance.Shotlocation = value
 
value = instance.Shotlocation
public ImGearXMPString Shotlocation {get; set;}
public: __property ImGearXMPString* get_Shotlocation();
public: __property void set_Shotlocation( 
   ImGearXMPString* value
);
public:
property ImGearXMPString^ Shotlocation {
   ImGearXMPString^ get();
   void set (    ImGearXMPString^ value);
}

Property Value

ImageGear.Formats.XMP.ImGearXMPString class value.
Remarks
This XMP property specifies name of the location where the video was shot. For example: 'Oktoberfest, Munich Germany'. For more accurate positioning, use the EXIF GPS values.
See Also

Reference

ImGearDynamicMediaXMPMetadata Class
ImGearDynamicMediaXMPMetadata Members