Name | Description | |
---|---|---|
GetMultipleCoverageColor | Get the color used to tint geometry in the scene that is visible to more than one viewshed. This affects all Viewshed objects in the active MapView. | |
GetNotVisibleColor | Get the color used to tint geometry in the scene that is within the view frustrum of the observer, but not visible. This affects all Viewshed objects in the active MapView. | |
GetObserver | Get the Viewshed's Observer to query its position, heading, or pitch. | |
GetVisibleColor | Get the color used to tint geometry in the scene that is visible to an observer. This affects all Viewshed objects in the active MapView. | |
GetWireframeColor | Get the color used to paint the viewshed wireframes. This affects all Viewshed objects in the active MapView. | |
SetMultipleCoverageColor | Change the color used to tint geometry in the scene that is visible to more than one viewshed. This affects all Viewshed objects in the active MapView. | |
SetNotVisibleColor | Change the color used to tint geometry in the scene that is within the view frustrum of the observer, but not visible. This affects all Viewshed objects in the active MapView. | |
SetObserver | Set the Viewshed's Observer to update its position, heading, or pitch. Must be in the target map's ArcGIS.Core.Geometry.SpatialReference. | |
SetVisibleColor | Change the color used to tint geometry in the scene that is visible to an observer. This affects all Viewshed objects in the active MapView. | |
SetWireframeColor | Change the color used to paint the viewshed wireframes. This affects all Viewshed objects in the active MapView. |