getAnalysisViewState method

AnalysisViewState? getAnalysisViewState(
  1. Analysis analysis
)

Retrieves the analysis' state in the view.

This method is not supported on ArcGISLocalSceneViewController.

Parameters:

  • analysis — An analysis object to get the view state for.

Return Value: A valid AnalysisViewState or null if the view doesn't contain the given analysis.