dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Options
WebSceneSaveAsOptions Class
public class WebSceneSaveAsOptions :
System.IEquatable<dymaptic.GeoBlazor.Core.Options.WebSceneSaveAsOptions>
Inheritance System.Object 🡒 WebSceneSaveAsOptions
Implements System.IEquatable<WebSceneSaveAsOptions>
Constructors
WebSceneSaveAsOptions(PortalFolder, Nullable) Constructor
public WebSceneSaveAsOptions(dymaptic.GeoBlazor.Core.Components.PortalFolder? Folder=null, System.Nullable<bool> IgnoreUnsupported=null);
Parameters
Folder
PortalFolder
the folder in which to save the item.
ArcGIS Maps SDK for JavaScript
IgnoreUnsupported
System.Nullable<System.Boolean>
allow the scene to be saved even in the case it contains unsupported content (layers, renderers, symbols).
ArcGIS Maps SDK for JavaScript
Properties
WebSceneSaveAsOptions.Folder Property
the folder in which to save the item.
ArcGIS Maps SDK for JavaScript
public dymaptic.GeoBlazor.Core.Components.PortalFolder? Folder { get; set; }
Property Value
WebSceneSaveAsOptions.IgnoreUnsupported Property
allow the scene to be saved even in the case it contains unsupported content (layers, renderers, symbols).
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> IgnoreUnsupported { get; set; }