GeoBlazor Pro

dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Options

ElevationLayerFetchTileOptions Class

public class ElevationLayerFetchTileOptions :
System.IEquatable<dymaptic.GeoBlazor.Pro.Options.ElevationLayerFetchTileOptions>

Inheritance System.Object 🡒 ElevationLayerFetchTileOptions

Implements System.IEquatable<ElevationLayerFetchTileOptions>

Constructors

ElevationLayerFetchTileOptions(Nullable) Constructor

public ElevationLayerFetchTileOptions(System.Nullable<double> NoDataValue=null);

Parameters

NoDataValue System.Nullable<System.Double>

The value representing pixels in the tile that don’t contain an elevation value.
ArcGIS Maps SDK for JavaScript

Properties

ElevationLayerFetchTileOptions.NoDataValue Property

The value representing pixels in the tile that don’t contain an elevation value.
ArcGIS Maps SDK for JavaScript

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

Property Value

System.Nullable<System.Double>