GeoBlazor Pro

dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Model

Units Class

<a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Pro.Model.Units.html”>GeoBlazor Docs</a> Units used for displaying or interpreting values in the UI. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-views-interactive-sketch-SketchValueOptions.html#Units”>ArcGIS Maps SDK for JavaScript</a>

public record Units : System.IEquatable<dymaptic.GeoBlazor.Pro.Model.Units>

Inheritance System.Object 🡒 Units

Implements System.IEquatable<Units>

Constructors

Units(Nullable<SystemOrAreaUnit>, Nullable<SystemOrLengthUnit>, Nullable<SystemOrLengthUnit>) Constructor

<a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Pro.Model.Units.html”>GeoBlazor Docs</a> Units used for displaying or interpreting values in the UI. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-views-interactive-sketch-SketchValueOptions.html#Units”>ArcGIS Maps SDK for JavaScript</a>

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; init; }

Property Value

System.Nullable<dymaptic.GeoBlazor.Core.Enums.SystemOrAreaUnit>

Units.Length Property

public System.Nullable<dymaptic.GeoBlazor.Core.Enums.SystemOrLengthUnit> Length { get; init; }

Property Value

System.Nullable<dymaptic.GeoBlazor.Core.Enums.SystemOrLengthUnit>

Units.VerticalLength Property

public System.Nullable<dymaptic.GeoBlazor.Core.Enums.SystemOrLengthUnit> VerticalLength { get; init; }

Property Value

System.Nullable<dymaptic.GeoBlazor.Core.Enums.SystemOrLengthUnit>