dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Options

WebSceneUpdateFromOptions Class

Options for updating a web scene from a view. ArcGIS Maps SDK for JavaScript

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

Inheritance System.Object 🡒 WebSceneUpdateFromOptions

Implements System.IEquatable<WebSceneUpdateFromOptions>

Constructors

WebSceneUpdateFromOptions() Constructor

Parameterless constructor

public WebSceneUpdateFromOptions();

WebSceneUpdateFromOptions(Nullable, Nullable, WebSceneThumbnailSize, Nullable, Nullable) Constructor

Options for updating a web scene from a view. ArcGIS Maps SDK for JavaScript

public WebSceneUpdateFromOptions(System.Nullable<bool> EnvironmentExcluded=null, System.Nullable<bool> ThumbnailExcluded=null, dymaptic.GeoBlazor.Core.Model.WebSceneThumbnailSize? 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 WebSceneThumbnailSize

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.WebSceneThumbnailSize? ThumbnailSize { get; set; }

Property Value

WebSceneThumbnailSize

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>