GeoBlazor Pro
dymaptic.GeoBlazor.Pro
dymaptic.GeoBlazor.Pro.Options
GroupLayerSaveOptionsValidationOptions Class
Options for validating the save operation.
ArcGIS Maps SDK for JavaScript
public class GroupLayerSaveOptionsValidationOptions :
System.IEquatable<dymaptic.GeoBlazor.Pro.Options.GroupLayerSaveOptionsValidationOptions>
Inheritance System.Object 🡒 GroupLayerSaveOptionsValidationOptions
Implements System.IEquatable<GroupLayerSaveOptionsValidationOptions>
Constructors
GroupLayerSaveOptionsValidationOptions(Nullable) Constructor
Options for validating the save operation.
ArcGIS Maps SDK for JavaScript
public GroupLayerSaveOptionsValidationOptions(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
GroupLayerSaveOptionsValidationOptions.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; }