GeoBlazor Pro

dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Options

FeatureLayerSaveAsOptions Class

public class FeatureLayerSaveAsOptions :
System.IEquatable<dymaptic.GeoBlazor.Pro.Options.FeatureLayerSaveAsOptions>

Inheritance System.Object 🡒 FeatureLayerSaveAsOptions

Implements System.IEquatable<FeatureLayerSaveAsOptions>

Constructors

FeatureLayerSaveAsOptions(PortalFolder, Nullable) Constructor

public FeatureLayerSaveAsOptions(dymaptic.GeoBlazor.Core.Components.PortalFolder? Folder=null, System.Nullable<bool> IgnoreUnsupported=null);

Parameters

Folder dymaptic.GeoBlazor.Core.Components.PortalFolder

IgnoreUnsupported System.Nullable<System.Boolean>

Properties

FeatureLayerSaveAsOptions.Folder Property

public dymaptic.GeoBlazor.Core.Components.PortalFolder? Folder { get; set; }

Property Value

dymaptic.GeoBlazor.Core.Components.PortalFolder

FeatureLayerSaveAsOptions.IgnoreUnsupported Property

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

Property Value

System.Nullable<System.Boolean>