dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Model

WebSceneUpdateFromOptionsThumbnailSize Class

The size of the thumbnail.
ArcGIS Maps SDK for JavaScript

public class WebSceneUpdateFromOptionsThumbnailSize :
System.IEquatable<dymaptic.GeoBlazor.Core.Model.WebSceneUpdateFromOptionsThumbnailSize>

Inheritance System.Object 🡒 WebSceneUpdateFromOptionsThumbnailSize

Implements System.IEquatable<WebSceneUpdateFromOptionsThumbnailSize>

Constructors

WebSceneUpdateFromOptionsThumbnailSize(Nullable, Nullable) Constructor

The size of the thumbnail.
ArcGIS Maps SDK for JavaScript

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

Parameters

Height System.Nullable<System.Int32>

The height of the thumbnail.
ArcGIS Maps SDK for JavaScript

Width System.Nullable<System.Int32>

The width of the thumbnail.
ArcGIS Maps SDK for JavaScript

Properties

WebSceneUpdateFromOptionsThumbnailSize.Height Property

The height of the thumbnail.
ArcGIS Maps SDK for JavaScript

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

Property Value

System.Nullable<System.Int32>

WebSceneUpdateFromOptionsThumbnailSize.Width Property

The width of the thumbnail.
ArcGIS Maps SDK for JavaScript

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

Property Value

System.Nullable<System.Int32>