GeoBlazor Pro

dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Options

SketchValueOptions Class

The SketchValueOptions allows users to configure how numerical values and
constraints behave while sketching and editing.
ArcGIS Maps SDK for JavaScript

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

Inheritance System.Object 🡒 SketchValueOptions

Implements System.IEquatable<SketchValueOptions>

Constructors

SketchValueOptions(Nullable, Units, Units) Constructor

The SketchValueOptions allows users to configure how numerical values and
constraints behave while sketching and editing.
ArcGIS Maps SDK for JavaScript

public SketchValueOptions(System.Nullable<dymaptic.GeoBlazor.Core.Enums.DirectionMode> DirectionMode=null, dymaptic.GeoBlazor.Pro.Model.Units? DisplayUnits=null, dymaptic.GeoBlazor.Pro.Model.Units? InputUnits=null);

Parameters

DirectionMode System.Nullable<dymaptic.GeoBlazor.Core.Enums.DirectionMode>

How direction values are displayed and, in case of input, how they are interpreted.
default “relative”
ArcGIS Maps SDK for JavaScript

DisplayUnits Units

Units used for displaying values in the UI.
ArcGIS Maps SDK for JavaScript

InputUnits Units

Units used for interpreting input values.
ArcGIS Maps SDK for JavaScript

Properties

SketchValueOptions.DirectionMode Property

How direction values are displayed and, in case of input, how they are interpreted.
default “relative”
ArcGIS Maps SDK for JavaScript

public System.Nullable<dymaptic.GeoBlazor.Core.Enums.DirectionMode> DirectionMode { get; set; }

Property Value

System.Nullable<dymaptic.GeoBlazor.Core.Enums.DirectionMode>

SketchValueOptions.DisplayUnits Property

Units used for displaying values in the UI.
ArcGIS Maps SDK for JavaScript

public dymaptic.GeoBlazor.Pro.Model.Units? DisplayUnits { get; set; }

Property Value

Units

SketchValueOptions.InputUnits Property

Units used for interpreting input values.
ArcGIS Maps SDK for JavaScript

public dymaptic.GeoBlazor.Pro.Model.Units? InputUnits { get; set; }

Property Value

Units