GeoBlazor Pro

dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Model

SceneLayerApplyEditsEdits Class

public class SceneLayerApplyEditsEdits :
System.IEquatable<dymaptic.GeoBlazor.Pro.Model.SceneLayerApplyEditsEdits>

Inheritance System.Object 🡒 SceneLayerApplyEditsEdits

Implements System.IEquatable<SceneLayerApplyEditsEdits>

Constructors

SceneLayerApplyEditsEdits(IReadOnlyCollection, IReadOnlyList, IReadOnlyList, IReadOnlyCollection) Constructor

public SceneLayerApplyEditsEdits(System.Collections.Generic.IReadOnlyCollection<dymaptic.GeoBlazor.Core.Components.Graphic>? AddFeatures=null, System.Collections.Generic.IReadOnlyList<dymaptic.GeoBlazor.Core.Model.FeatureIdentifier>? FeatureIdentifierCollectionDeleteFeatures=null, System.Collections.Generic.IReadOnlyList<dymaptic.GeoBlazor.Core.Components.Graphic>? GraphicCollectionDeleteFeatures=null, System.Collections.Generic.IReadOnlyCollection<dymaptic.GeoBlazor.Core.Components.Graphic>? UpdateFeatures=null);

Parameters

AddFeatures System.Collections.Generic.IReadOnlyCollection<dymaptic.GeoBlazor.Core.Components.Graphic>

An array or a collection of features to be added.
ArcGIS Maps SDK for JavaScript

FeatureIdentifierCollectionDeleteFeatures System.Collections.Generic.IReadOnlyList<dymaptic.GeoBlazor.Core.Model.FeatureIdentifier>

An array or a collection of features, or an array of objects with globalId of each feature to be deleted.
ArcGIS Maps SDK for JavaScript

GraphicCollectionDeleteFeatures System.Collections.Generic.IReadOnlyList<dymaptic.GeoBlazor.Core.Components.Graphic>

An array or a collection of features, or an array of objects with globalId of each feature to be deleted.
ArcGIS Maps SDK for JavaScript

UpdateFeatures System.Collections.Generic.IReadOnlyCollection<dymaptic.GeoBlazor.Core.Components.Graphic>

An array or a collection of features to be updated.
ArcGIS Maps SDK for JavaScript

Properties

SceneLayerApplyEditsEdits.AddFeatures Property

An array or a collection of features to be added.
ArcGIS Maps SDK for JavaScript

public System.Collections.Generic.IReadOnlyCollection<dymaptic.GeoBlazor.Core.Components.Graphic>? AddFeatures { get; set; }

Property Value

System.Collections.Generic.IReadOnlyCollection<dymaptic.GeoBlazor.Core.Components.Graphic>

SceneLayerApplyEditsEdits.FeatureIdentifierCollectionDeleteFeatures Property

An array or a collection of features, or an array of objects with globalId of each feature to be deleted.
ArcGIS Maps SDK for JavaScript

public System.Collections.Generic.IReadOnlyList<dymaptic.GeoBlazor.Core.Model.FeatureIdentifier>? FeatureIdentifierCollectionDeleteFeatures { get; set; }

Property Value

System.Collections.Generic.IReadOnlyList<dymaptic.GeoBlazor.Core.Model.FeatureIdentifier>

SceneLayerApplyEditsEdits.GraphicCollectionDeleteFeatures Property

An array or a collection of features, or an array of objects with globalId of each feature to be deleted.
ArcGIS Maps SDK for JavaScript

public System.Collections.Generic.IReadOnlyList<dymaptic.GeoBlazor.Core.Components.Graphic>? GraphicCollectionDeleteFeatures { get; set; }

Property Value

System.Collections.Generic.IReadOnlyList<dymaptic.GeoBlazor.Core.Components.Graphic>

SceneLayerApplyEditsEdits.UpdateFeatures Property

An array or a collection of features to be updated.
ArcGIS Maps SDK for JavaScript

public System.Collections.Generic.IReadOnlyCollection<dymaptic.GeoBlazor.Core.Components.Graphic>? UpdateFeatures { get; set; }

Property Value

System.Collections.Generic.IReadOnlyCollection<dymaptic.GeoBlazor.Core.Components.Graphic>