GeoBlazor Pro
dymaptic.GeoBlazor.Pro
dymaptic.GeoBlazor.Pro.Options
SketchViewModelDefaultUpdateOptionsHighlightOptions Class
Options that control when to display or hide highlights for update operations. ArcGIS Maps SDK for JavaScript
public record SketchViewModelDefaultUpdateOptionsHighlightOptions : System.IEquatable<dymaptic.GeoBlazor.Pro.Options.SketchViewModelDefaultUpdateOptionsHighlightOptions>
Inheritance System.Object 🡒 SketchViewModelDefaultUpdateOptionsHighlightOptions
Implements System.IEquatable<SketchViewModelDefaultUpdateOptionsHighlightOptions>
Constructors
SketchViewModelDefaultUpdateOptionsHighlightOptions(Nullable, string) Constructor
Options that control when to display or hide highlights for update operations. ArcGIS Maps SDK for JavaScript
public SketchViewModelDefaultUpdateOptionsHighlightOptions(System.Nullable<bool> Enabled=null, string? Name=null);
Parameters
Enabled
System.Nullable<System.Boolean>
Indicates if highlighting is enabled for update operations. default true ArcGIS Maps SDK for JavaScript
Name
System.String
Indicates the name of the highlight group to use. default true ArcGIS Maps SDK for JavaScript
Properties
SketchViewModelDefaultUpdateOptionsHighlightOptions.Enabled Property
Indicates if highlighting is enabled for update operations. default true ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> Enabled { get; init; }
Property Value
System.Nullable<System.Boolean>
SketchViewModelDefaultUpdateOptionsHighlightOptions.Name Property
Indicates the name of the highlight group to use. default true ArcGIS Maps SDK for JavaScript
public string? Name { get; init; }