GeoBlazor Pro
layout: pro title: SketchToolCreateOptions parent: Pro Classes grand_parent: GeoBlazor Pro —
dymaptic.GeoBlazor.Pro
dymaptic.GeoBlazor.Pro.Components.Widgets
SketchToolCreateOptions Class
Default create options set for the Sketch widget.
ArcGIS Maps SDK for JavaScript
public class SketchToolCreateOptions :
System.IEquatable<dymaptic.GeoBlazor.Pro.Components.Widgets.SketchToolCreateOptions>
Inheritance System.Object 🡒 SketchToolCreateOptions
Implements System.IEquatable<SketchToolCreateOptions>
Constructors
SketchToolCreateOptions(CreateOptionsMode, bool, bool) Constructor
Default create options set for the Sketch widget.
ArcGIS Maps SDK for JavaScript
public SketchToolCreateOptions(dymaptic.GeoBlazor.Pro.Components.Widgets.CreateOptionsMode Mode, bool HasZ, bool DefaultZ);
Parameters
Mode
CreateOptionsMode
Create operation mode how the graphic can be created.
HasZ
System.Boolean
Controls whether the created geometry has z-values or not.
DefaultZ
System.Boolean
The default z-value of the newly created geometry. Ignored when hasZ is false or the layer’s elevation mode is set to absolute-height.
Properties
SketchToolCreateOptions.DefaultZ Property
The default z-value of the newly created geometry. Ignored when hasZ is false or the layer’s elevation mode is set to absolute-height.
public bool DefaultZ { get; set; }
Property Value
SketchToolCreateOptions.HasZ Property
Controls whether the created geometry has z-values or not.
public bool HasZ { get; set; }
Property Value
SketchToolCreateOptions.Mode Property
Create operation mode how the graphic can be created.
public dymaptic.GeoBlazor.Pro.Components.Widgets.CreateOptionsMode Mode { get; set; }