dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Model

MeasurementValue Class

An object containing measurement values returned from a mensuration operation.
ArcGIS Maps SDK for JavaScript

public class MeasurementValue :
System.IEquatable<dymaptic.GeoBlazor.Core.Model.MeasurementValue>

Inheritance System.Object 🡒 MeasurementValue

Implements System.IEquatable<MeasurementValue>

Constructors

MeasurementValue(string, Nullable, string, Nullable) Constructor

An object containing measurement values returned from a mensuration operation.
ArcGIS Maps SDK for JavaScript

public MeasurementValue(string? DisplayValue=null, System.Nullable<double> Uncertainty=null, string? Unit=null, System.Nullable<double> Value=null);

Parameters

DisplayValue System.String

Measured value represented in significant figures in string format.
ArcGIS Maps SDK for JavaScript

Uncertainty System.Nullable<System.Double>

Uncertainty of the measurement.
ArcGIS Maps SDK for JavaScript

Unit System.String

Unit used in the mensuration operation.
ArcGIS Maps SDK for JavaScript

Value System.Nullable<System.Double>

Measured value.
ArcGIS Maps SDK for JavaScript

Properties

MeasurementValue.DisplayValue Property

Measured value represented in significant figures in string format.
ArcGIS Maps SDK for JavaScript

public string? DisplayValue { get; set; }

Property Value

System.String

MeasurementValue.Uncertainty Property

Uncertainty of the measurement.
ArcGIS Maps SDK for JavaScript

public System.Nullable<double> Uncertainty { get; set; }

Property Value

System.Nullable<System.Double>

MeasurementValue.Unit Property

Unit used in the mensuration operation.
ArcGIS Maps SDK for JavaScript

public string? Unit { get; set; }

Property Value

System.String

MeasurementValue.Value Property

Measured value.
ArcGIS Maps SDK for JavaScript

public System.Nullable<double> Value { get; set; }

Property Value

System.Nullable<System.Double>