GeoBlazor Pro

dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Options

GroupLayerSaveAsOptionsValidationOptions Class

Options for validating the save operation.
ArcGIS Maps SDK for JavaScript

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

Inheritance System.Object 🡒 GroupLayerSaveAsOptionsValidationOptions

Implements System.IEquatable<GroupLayerSaveAsOptionsValidationOptions>

Constructors

GroupLayerSaveAsOptionsValidationOptions(Nullable) Constructor

Options for validating the save operation.
ArcGIS Maps SDK for JavaScript

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

Parameters

IgnoreUnsupported System.Nullable<System.Boolean>

Indicates whether to ignore saving unsupported layers or layers with unsupported content, such as unsupported symbology.
ArcGIS Maps SDK for JavaScript

Properties

GroupLayerSaveAsOptionsValidationOptions.IgnoreUnsupported Property

Indicates whether to ignore saving unsupported layers or layers with unsupported content, such as unsupported symbology.
ArcGIS Maps SDK for JavaScript

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

Property Value

System.Nullable<System.Boolean>