dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Model
SceneLayerCapabilitiesEditing Class
Describes editing capabilities that can be performed on the features in the layer via applyEdits(). ArcGIS Maps SDK for JavaScript
public record SceneLayerCapabilitiesEditing : System.IEquatable<dymaptic.GeoBlazor.Core.Model.SceneLayerCapabilitiesEditing>
Inheritance System.Object 🡒 SceneLayerCapabilitiesEditing
Implements System.IEquatable<SceneLayerCapabilitiesEditing>
Constructors
SceneLayerCapabilitiesEditing(Nullable, Nullable, Nullable) Constructor
Describes editing capabilities that can be performed on the features in the layer via applyEdits(). ArcGIS Maps SDK for JavaScript
public SceneLayerCapabilitiesEditing(System.Nullable<bool> SupportsGeometryUpdate=null, System.Nullable<bool> SupportsGlobalId=null, System.Nullable<bool> SupportsRollbackOnFailure=null);
Parameters
SupportsGeometryUpdate
System.Nullable<System.Boolean>
Indicates if the geometry of the features in the layer can be edited. ArcGIS Maps SDK for JavaScript
SupportsGlobalId
System.Nullable<System.Boolean>
Indicates if the `globalId` values provided by the client are used in applyEdits. ArcGIS Maps SDK for JavaScript
SupportsRollbackOnFailure
System.Nullable<System.Boolean>
Indicates if the `rollbackOnFailureEnabled` parameter can be set to `true` or `false` when editing features. ArcGIS Maps SDK for JavaScript
Properties
SceneLayerCapabilitiesEditing.SupportsGeometryUpdate Property
Indicates if the geometry of the features in the layer can be edited. ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> SupportsGeometryUpdate { get; init; }
Property Value
System.Nullable<System.Boolean>
SceneLayerCapabilitiesEditing.SupportsGlobalId Property
Indicates if the `globalId` values provided by the client are used in applyEdits. ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> SupportsGlobalId { get; init; }
Property Value
System.Nullable<System.Boolean>
SceneLayerCapabilitiesEditing.SupportsRollbackOnFailure Property
Indicates if the `rollbackOnFailureEnabled` parameter can be set to `true` or `false` when editing features. ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> SupportsRollbackOnFailure { get; init; }