dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Model
WebMapSourceVersion Class
The version of the source document from which the WebMap was read.
ArcGIS Maps SDK for JavaScript
public class WebMapSourceVersion :
System.IEquatable<dymaptic.GeoBlazor.Core.Model.WebMapSourceVersion>
Inheritance System.Object 🡒 WebMapSourceVersion
Implements System.IEquatable<WebMapSourceVersion>
Constructors
WebMapSourceVersion(Nullable, Nullable) Constructor
The version of the source document from which the WebMap was read.
ArcGIS Maps SDK for JavaScript
public WebMapSourceVersion(System.Nullable<double> Major=null, System.Nullable<double> Minor=null);
Parameters
Major
System.Nullable<System.Double>
The major version of the WebMap.
ArcGIS Maps SDK for JavaScript
Minor
System.Nullable<System.Double>
The minor version of the WebMap.
ArcGIS Maps SDK for JavaScript
Properties
WebMapSourceVersion.Major Property
The major version of the WebMap.
ArcGIS Maps SDK for JavaScript
public System.Nullable<double> Major { get; set; }
Property Value
System.Nullable<System.Double>
WebMapSourceVersion.Minor Property
The minor version of the WebMap.
ArcGIS Maps SDK for JavaScript
public System.Nullable<double> Minor { get; set; }