GeoBlazor Pro
dymaptic.GeoBlazor.Pro
dymaptic.GeoBlazor.Pro.Model
Units Class
Units used for displaying or interpreting values in the UI.
ArcGIS Maps SDK for JavaScript
public class Units :
System.IEquatable<dymaptic.GeoBlazor.Pro.Model.Units>
Inheritance System.Object 🡒 Units
Implements System.IEquatable<Units>
Constructors
Units(Nullable, Nullable, Nullable) Constructor
Units used for displaying or interpreting values in the UI.
ArcGIS Maps SDK for JavaScript
public Units(System.Nullable<dymaptic.GeoBlazor.Core.Enums.SystemOrAreaUnit> Area=null, System.Nullable<dymaptic.GeoBlazor.Core.Enums.SystemOrLengthUnit> Length=null, System.Nullable<dymaptic.GeoBlazor.Core.Enums.SystemOrLengthUnit> VerticalLength=null);
Parameters
Area
System.Nullable<dymaptic.GeoBlazor.Core.Enums.SystemOrAreaUnit>
Length
System.Nullable<dymaptic.GeoBlazor.Core.Enums.SystemOrLengthUnit>
VerticalLength
System.Nullable<dymaptic.GeoBlazor.Core.Enums.SystemOrLengthUnit>
Properties
Units.Area Property
public System.Nullable<dymaptic.GeoBlazor.Core.Enums.SystemOrAreaUnit> Area { get; set; }
Property Value
System.Nullable<dymaptic.GeoBlazor.Core.Enums.SystemOrAreaUnit>
Units.Length Property
public System.Nullable<dymaptic.GeoBlazor.Core.Enums.SystemOrLengthUnit> Length { get; set; }
Property Value
System.Nullable<dymaptic.GeoBlazor.Core.Enums.SystemOrLengthUnit>
Units.VerticalLength Property
public System.Nullable<dymaptic.GeoBlazor.Core.Enums.SystemOrLengthUnit> VerticalLength { get; set; }
Property Value
System.Nullable<dymaptic.GeoBlazor.Core.Enums.SystemOrLengthUnit>