dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Model

WebSceneThumbnailSize Class

Options for the thumbnail size when updating a web scene thumbnail from a view. ArcGIS Maps SDK for JavaScript

public record WebSceneThumbnailSize : System.IEquatable<dymaptic.GeoBlazor.Core.Model.WebSceneThumbnailSize>

Inheritance System.Object 🡒 WebSceneThumbnailSize

Implements System.IEquatable<WebSceneThumbnailSize>

Constructors

WebSceneThumbnailSize(Nullable, Nullable) Constructor

Options for the thumbnail size when updating a web scene thumbnail from a view. ArcGIS Maps SDK for JavaScript

public WebSceneThumbnailSize(System.Nullable<int> Height=null, System.Nullable<int> Width=null);

Parameters

Height System.Nullable<System.Int32>

Width System.Nullable<System.Int32>

Properties

WebSceneThumbnailSize.Height Property

public System.Nullable<int> Height { get; init; }

Property Value

System.Nullable<System.Int32>

WebSceneThumbnailSize.Width Property

public System.Nullable<int> Width { get; init; }

Property Value

System.Nullable<System.Int32>