GeoBlazor Pro

dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Results

ImageUrlResult Class

<a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Pro.Results.ImageUrlResult.html”>GeoBlazor Docs</a> The result returned when the <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ImageryLayer.html#getImageUrl”>ImageryLayer.getImageUrl()</a> or <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-imageService.html#getImageUrl”>imageService.getImageUrl()</a> method resolves successfully. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-ImageUrlResult.html”>ArcGIS Maps SDK for JavaScript</a>

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

Inheritance System.Object 🡒 ImageUrlResult

Implements System.IEquatable<ImageUrlResult>

Constructors

ImageUrlResult(string) Constructor

<a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Pro.Results.ImageUrlResult.html”>GeoBlazor Docs</a> The result returned when the <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ImageryLayer.html#getImageUrl”>ImageryLayer.getImageUrl()</a> or <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-imageService.html#getImageUrl”>imageService.getImageUrl()</a> method resolves successfully. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-ImageUrlResult.html”>ArcGIS Maps SDK for JavaScript</a>

public ImageUrlResult(string? Url=null);

Parameters

Url System.String

Image’s url. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-ImageUrlResult.html#url”>ArcGIS Maps SDK for JavaScript</a>

Properties

ImageUrlResult.Url Property

Image’s url. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-ImageUrlResult.html#url”>ArcGIS Maps SDK for JavaScript</a>

public string? Url { get; init; }

Property Value

System.String