dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Model
CoverageDescriptionV100RangeSetAxis Class
Provides additional information on compound valued range set.
ArcGIS Maps SDK for JavaScript
public class CoverageDescriptionV100RangeSetAxis :
System.IEquatable<dymaptic.GeoBlazor.Core.Model.CoverageDescriptionV100RangeSetAxis>
Inheritance System.Object 🡒 CoverageDescriptionV100RangeSetAxis
Implements System.IEquatable<CoverageDescriptionV100RangeSetAxis>
Constructors
CoverageDescriptionV100RangeSetAxis(string, string, IReadOnlyCollection) Constructor
Provides additional information on compound valued range set.
ArcGIS Maps SDK for JavaScript
public CoverageDescriptionV100RangeSetAxis(string? Label=null, string? Name=null, System.Collections.Generic.IReadOnlyCollection<string>? Values=null);
Parameters
Label
System.String
Range axis label.
ArcGIS Maps SDK for JavaScript
Name
System.String
Range axis name.
ArcGIS Maps SDK for JavaScript
Values
System.Collections.Generic.IReadOnlyCollection<System.String>
Range axis values.
ArcGIS Maps SDK for JavaScript
Properties
CoverageDescriptionV100RangeSetAxis.Label Property
Range axis label.
ArcGIS Maps SDK for JavaScript
public string? Label { get; set; }
Property Value
CoverageDescriptionV100RangeSetAxis.Name Property
Range axis name.
ArcGIS Maps SDK for JavaScript
public string? Name { get; set; }
Property Value
CoverageDescriptionV100RangeSetAxis.Values Property
Range axis values.
ArcGIS Maps SDK for JavaScript
public System.Collections.Generic.IReadOnlyCollection<string>? Values { get; set; }
Property Value
System.Collections.Generic.IReadOnlyCollection<System.String>