Hello everyone,
I'm working with Arcgis JS Api 4.24 and I have a Map with a SceneView.
I would like to disable the laserLine when using the measurement widget.
I'm talking about these orange lines.
I found in the measurement widget object this parameter:
measurement.viewModel.activeViewModel.analysisView._analysisVisualization._params.laserLineEnabled = true
Could you please tell me if this is doable ?
Thanks.
Hi @JB19
True, currently it is not possible to disable the laserLine. But I'll write it down for our backlog.
Thanks a lot for your reply !