Select to view content in your preferred language

Is editing possible in scenLayer ?

473
1
10-02-2018 09:27 AM
Gnana_AkilanNadar
New Contributor

I am beginner in Arcgis 3D client side (JS) development.

I have a sceneLayer (a trial version from arcgis market place) and I have arcgis organisational account.

I created a app using webapp builder and the sceneLayer.

I just wanted to know,

is it possible to edit a feature in sceneLayer using arcgis javascript api like featurelayer.applyedit() ?

1 Reply
RussRoberts
Esri Notable Contributor

Currently directly editing with scene layers in ArcGIS Online is not supported. Also currently in 4.x editing is not supported in 3D. If you wanted to edit point features you would edit the associated feature layer and then rebuild the scene layer. If you wanted to make changes to multipatch features you would have to use the Append/Update workflow and rebuild your scene layer. Both of these cases I am referring to current Online support.

Editing Scene layers is supported in Pro and I would recommend checking out this doc page for more info.

Edit a scene layer with associated feature layer—ArcGIS Pro | ArcGIS Desktop