Property AnalysisOverlays
AnalysisOverlays
Gets or sets a collection of analysis overlays that render the results of 3D visual analysis on the scene view.
Declaration
public AnalysisOverlayCollection AnalysisOverlays { get; set; }
Property Value
Type | Description |
---|---|
AnalysisOverlayCollection | A collection of analysis overlays that render the results of 3D visual analysis on the scene view. |
Remarks
Dynamic 3D analyses, such as LineOfSight and Viewshed, generate visual results that are rendered on the scene view. To display the results, add the Analysis to a collection of Analyses and then add the AnalysisOverlay to the collection of AnalysisOverlays.
The AnalysisOverlays collection is created for a specific SceneView so you cannot reuse an AnalysisOverlay collection from another SceneView. Each AnalysisOverlay can only exist in one AnalysisOverlays collection.
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Windows | 100.13 - 200.5 |