GeoBlazor Pro

dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Options

SceneLayerApplyEditsOptions Class

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

Inheritance System.Object 🡒 SceneLayerApplyEditsOptions

Implements System.IEquatable<SceneLayerApplyEditsOptions>

Constructors

SceneLayerApplyEditsOptions(Nullable, Nullable) Constructor

public SceneLayerApplyEditsOptions(System.Nullable<bool> GlobalIdUsed=null, System.Nullable<bool> RollbackOnFailureEnabled=null);

Parameters

GlobalIdUsed System.Nullable<System.Boolean>

Indicates whether the edits can be applied using globalIds of features.
ArcGIS Maps SDK for JavaScript

RollbackOnFailureEnabled System.Nullable<System.Boolean>

Indicates whether the edits should be applied only if all submitted edits succeed.
ArcGIS Maps SDK for JavaScript

Properties

SceneLayerApplyEditsOptions.GlobalIdUsed Property

Indicates whether the edits can be applied using globalIds of features.
ArcGIS Maps SDK for JavaScript

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

Property Value

System.Nullable<System.Boolean>

SceneLayerApplyEditsOptions.RollbackOnFailureEnabled Property

Indicates whether the edits should be applied only if all submitted edits succeed.
ArcGIS Maps SDK for JavaScript

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

Property Value

System.Nullable<System.Boolean>