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