GeoBlazor Pro

dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Results

ImageUrlResult Class

The result returned when the ImageryLayer.getImageUrl()
or imageService.getImageUrl() method resolves successfully.
ArcGIS Maps SDK for JavaScript

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

Inheritance System.Object 🡒 ImageUrlResult

Implements System.IEquatable<ImageUrlResult>

Constructors

ImageUrlResult(string) Constructor

The result returned when the ImageryLayer.getImageUrl()
or imageService.getImageUrl() method resolves successfully.
ArcGIS Maps SDK for JavaScript

public ImageUrlResult(string? Url=null);

Parameters

Url System.String

Image’s url.
ArcGIS Maps SDK for JavaScript

Properties

ImageUrlResult.Url Property

Image’s url.
ArcGIS Maps SDK for JavaScript

public string? Url { get; set; }

Property Value

System.String