dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Options

WebSceneUpdateFromOptions Class

public class WebSceneUpdateFromOptions :
System.IEquatable<dymaptic.GeoBlazor.Core.Options.WebSceneUpdateFromOptions>

Inheritance System.Object 🡒 WebSceneUpdateFromOptions

Implements System.IEquatable<WebSceneUpdateFromOptions>

Constructors

WebSceneUpdateFromOptions(Nullable, Nullable, WebSceneUpdateFromOptionsThumbnailSize, Nullable, Nullable) Constructor

public WebSceneUpdateFromOptions(System.Nullable<bool> EnvironmentExcluded=null, System.Nullable<bool> ThumbnailExcluded=null, dymaptic.GeoBlazor.Core.Model.WebSceneUpdateFromOptionsThumbnailSize? ThumbnailSize=null, System.Nullable<bool> ViewpointExcluded=null, System.Nullable<bool> WidgetsExcluded=null);

Parameters

EnvironmentExcluded System.Nullable<System.Boolean>

Do not update the initial environment from the view, defaults to false.
ArcGIS Maps SDK for JavaScript

ThumbnailExcluded System.Nullable<System.Boolean>

Do not update the thumbnail from the view.
ArcGIS Maps SDK for JavaScript

ThumbnailSize WebSceneUpdateFromOptionsThumbnailSize

The size of the thumbnail.
ArcGIS Maps SDK for JavaScript

ViewpointExcluded System.Nullable<System.Boolean>

Do not update the initial viewpoint from the view, defaults to false.
ArcGIS Maps SDK for JavaScript

WidgetsExcluded System.Nullable<System.Boolean>

When true, the webscene’s widgets property will not be updated.
ArcGIS Maps SDK for JavaScript

Properties

WebSceneUpdateFromOptions.EnvironmentExcluded Property

Do not update the initial environment from the view, defaults to false.
ArcGIS Maps SDK for JavaScript

public System.Nullable<bool> EnvironmentExcluded { get; set; }

Property Value

System.Nullable<System.Boolean>

WebSceneUpdateFromOptions.ThumbnailExcluded Property

Do not update the thumbnail from the view.
ArcGIS Maps SDK for JavaScript

public System.Nullable<bool> ThumbnailExcluded { get; set; }

Property Value

System.Nullable<System.Boolean>

WebSceneUpdateFromOptions.ThumbnailSize Property

The size of the thumbnail.
ArcGIS Maps SDK for JavaScript

public dymaptic.GeoBlazor.Core.Model.WebSceneUpdateFromOptionsThumbnailSize? ThumbnailSize { get; set; }

Property Value

WebSceneUpdateFromOptionsThumbnailSize

WebSceneUpdateFromOptions.ViewpointExcluded Property

Do not update the initial viewpoint from the view, defaults to false.
ArcGIS Maps SDK for JavaScript

public System.Nullable<bool> ViewpointExcluded { get; set; }

Property Value

System.Nullable<System.Boolean>

WebSceneUpdateFromOptions.WidgetsExcluded Property

When true, the webscene’s widgets property will not be updated.
ArcGIS Maps SDK for JavaScript

public System.Nullable<bool> WidgetsExcluded { get; set; }

Property Value

System.Nullable<System.Boolean>