Hello all,
I have a Web Scene depicting two 3D multipatch layers composed of the following: 2 scene layers and 2 feature layers. When attempting to query one of the scene layers with the JavaScript SDK, it returns an error that says that the SceneLayer has no associated feature layer. However, when I tried to overwrite that same scene layer (with the Replace web layer tool in ArcGIS Pro), it does not allow me to do so, returning Error 003246: Web scene layers with associated feature layers are not supported. Thus, ArcGIS Pro is telling me one thing, while the SDK (and apparently AGOL) are telling me another. These layers are all saved on ArcGIS Online, not Enterprise.
Is there a way to know if the scene layers actually have an associated feature layer? If they do not, is there a way I can manually associate these scene layers with their respective feature layer?