dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Options
MapImageLayerSaveAsOptions Class
public record MapImageLayerSaveAsOptions : System.IEquatable<dymaptic.GeoBlazor.Core.Options.MapImageLayerSaveAsOptions>
Inheritance System.Object 🡒 MapImageLayerSaveAsOptions
Implements System.IEquatable<MapImageLayerSaveAsOptions>
Constructors
MapImageLayerSaveAsOptions(PortalFolder, Nullable) Constructor
public MapImageLayerSaveAsOptions(dymaptic.GeoBlazor.Core.Components.PortalFolder? Folder=null, System.Nullable<bool> IgnoreUnsupported=null);
Parameters
Folder
PortalFolder
IgnoreUnsupported
System.Nullable<System.Boolean>
Properties
MapImageLayerSaveAsOptions.Folder Property
public dymaptic.GeoBlazor.Core.Components.PortalFolder? Folder { get; set; }
Property Value
MapImageLayerSaveAsOptions.IgnoreUnsupported Property
public System.Nullable<bool> IgnoreUnsupported { get; set; }