GeoBlazor Pro

dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Results

ImageSampleResult Class

The result from the getSamples
method on ImageryLayer containing array of
ImageSample.
ArcGIS Maps SDK for JavaScript

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

Inheritance System.Object 🡒 ImageSampleResult

Implements System.IEquatable<ImageSampleResult>

Constructors

ImageSampleResult(IReadOnlyCollection) Constructor

The result from the getSamples
method on ImageryLayer containing array of
ImageSample.
ArcGIS Maps SDK for JavaScript

public ImageSampleResult(System.Collections.Generic.IReadOnlyCollection<dymaptic.GeoBlazor.Pro.Model.ImageSample>? Samples=null);

Parameters

Samples System.Collections.Generic.IReadOnlyCollection<ImageSample>

An array of image sample results returned in response to ImageryLayer.getSamples() method.
ArcGIS Maps SDK for JavaScript

Properties

ImageSampleResult.Samples Property

An array of image sample results returned in response to ImageryLayer.getSamples() method.
ArcGIS Maps SDK for JavaScript

public System.Collections.Generic.IReadOnlyCollection<dymaptic.GeoBlazor.Pro.Model.ImageSample>? Samples { get; set; }

Property Value

System.Collections.Generic.IReadOnlyCollection<ImageSample>