GeoBlazor Pro

dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Results

BaseImageMeasureResult Class

Base class for image service measure result.
ArcGIS Maps SDK for JavaScript

public class BaseImageMeasureResult :
System.IEquatable<dymaptic.GeoBlazor.Pro.Results.BaseImageMeasureResult>

Inheritance System.Object 🡒 BaseImageMeasureResult

Derived
↳ ImageAreaResult
↳ ImageDistanceResult
↳ ImageHeightResult
↳ ImagePointResult

Implements System.IEquatable<BaseImageMeasureResult>

Constructors

BaseImageMeasureResult(string, string) Constructor

Base class for image service measure result.
ArcGIS Maps SDK for JavaScript

public BaseImageMeasureResult(string? Name=null, string? SensorName=null);

Parameters

Name System.String

Name of the raster dataset used in the area and height measurement.
ArcGIS Maps SDK for JavaScript

SensorName System.String

Sensor name of the raster dataset used in the area and height measurement.
ArcGIS Maps SDK for JavaScript

Properties

BaseImageMeasureResult.Name Property

Name of the raster dataset used in the area and height measurement.
ArcGIS Maps SDK for JavaScript

public string? Name { get; set; }

Property Value

System.String

BaseImageMeasureResult.SensorName Property

Sensor name of the raster dataset used in the area and height measurement.
ArcGIS Maps SDK for JavaScript

public string? SensorName { get; set; }

Property Value

System.String