dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Options

WebSceneSaveOptions Class

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

Inheritance System.Object 🡒 WebSceneSaveOptions

Implements System.IEquatable<WebSceneSaveOptions>

Constructors

WebSceneSaveOptions(Nullable) Constructor

public WebSceneSaveOptions(System.Nullable<bool> IgnoreUnsupported=null);

Parameters

IgnoreUnsupported System.Nullable<System.Boolean>

When `true`, the scene will save even if it contains unsupported content (layers, renderers, symbols). ArcGIS Maps SDK for JavaScript

Properties

WebSceneSaveOptions.IgnoreUnsupported Property

When `true`, the scene will save even if it contains unsupported content (layers, renderers, symbols). ArcGIS Maps SDK for JavaScript

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

Property Value

System.Nullable<System.Boolean>