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 record 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<SystemOrAreaUnit>
Length
System.Nullable<SystemOrLengthUnit>
VerticalLength
System.Nullable<SystemOrLengthUnit>
Properties
Units.Area Property
public System.Nullable<dymaptic.GeoBlazor.Core.Enums.SystemOrAreaUnit> Area { get; init; }
Property Value
System.Nullable<SystemOrAreaUnit>
Units.Length Property
public System.Nullable<dymaptic.GeoBlazor.Core.Enums.SystemOrLengthUnit> Length { get; init; }
Property Value
System.Nullable<SystemOrLengthUnit>
Units.VerticalLength Property
public System.Nullable<dymaptic.GeoBlazor.Core.Enums.SystemOrLengthUnit> VerticalLength { get; init; }