dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Options

WebMapSaveOptions Class

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

Inheritance System.Object 🡒 WebMapSaveOptions

Implements System.IEquatable<WebMapSaveOptions>

Constructors

WebMapSaveOptions(Nullable) Constructor

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

Parameters

IgnoreUnsupported System.Nullable<System.Boolean>

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

Properties

WebMapSaveOptions.IgnoreUnsupported Property

When true, the webmap 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>