Property AnalysisOverlays
AnalysisOverlays
Gets or sets a collection of analysis overlays that render the analysis results on the view.
Declaration
public AnalysisOverlayCollection? AnalysisOverlays { get; set; }
Property Value
| Type | Description |
|---|---|
| AnalysisOverlayCollection | A collection of analysis overlays that render the analysis results on the view. |
Remarks
Dynamic analyses generate visual results that are rendered on the GeoView. To display the results, add the Analysis to a collection of Analyses and then add the AnalysisOverlay to the collection of AnalysisOverlays.
Some analyses, such as ExploratoryLineOfSight and ExploratoryViewshed, are 3D only. If added to MapView, these analyses won't be displayed and an error will be set on the AnalysisViewState of the corresponding analysis. You can see the state of an analysis within a view with GetAnalysisViewState(Analysis).
Note that the AnalysisOverlays collection can be empty but is never null. It's created for a
specific GeoView so you can't reuse an AnalysisOverlay collection from another GeoView.
Each AnalysisOverlay can only exist in one AnalysisOverlays collection.
important
This property is not supported on LocalSceneView.
See Also
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET Windows | 300 |