dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Model
ExifInfoTags Class
Array of tag objects containing the following properties: ArcGIS Maps SDK for JavaScript
public record ExifInfoTags : System.IEquatable<dymaptic.GeoBlazor.Core.Model.ExifInfoTags>
Inheritance System.Object 🡒 ExifInfoTags
Implements System.IEquatable<ExifInfoTags>
Constructors
ExifInfoTags(string, string, string) Constructor
Array of tag objects containing the following properties: ArcGIS Maps SDK for JavaScript
public ExifInfoTags(string? Description=null, string? Name=null, string? Value=null);
Parameters
Description System.String
The tag description. ArcGIS Maps SDK for JavaScript
Name System.String
The tag name. ArcGIS Maps SDK for JavaScript
Value System.String
The value of the tag. ArcGIS Maps SDK for JavaScript
Properties
ExifInfoTags.Description Property
The tag description. ArcGIS Maps SDK for JavaScript
public string? Description { get; init; }
Property Value
ExifInfoTags.Name Property
The tag name. ArcGIS Maps SDK for JavaScript
public string? Name { get; init; }
Property Value
ExifInfoTags.Value Property
The value of the tag. ArcGIS Maps SDK for JavaScript
public string? Value { get; init; }