Name | Description | |
---|---|---|
Viewshed Constructor | Overloaded. |
The following tables list the members exposed by Viewshed.
Name | Description | |
---|---|---|
Viewshed Constructor | Overloaded. |
Name | Description | |
---|---|---|
HorizontalAngle | Gets or sets the Viewshed's horizontal angle in degrees
Defines the Observer's horizontal field of view in degrees. Any scene content outside of this angle is disregarded. | |
ID | Identifier for the exploratory analysis object within its current MapView.
The ID is only unique to the map view that it was added to. For this reason, the same instance should not be added to more than one MapView. Use the subclass's copy constructor for that. (Inherited from ArcGIS.Desktop.Mapping.ExploratoryAnalysis) | |
MapView | The current MapView that this exploratory analysis object is in. (Inherited from ArcGIS.Desktop.Mapping.ExploratoryAnalysis) | |
MaximumDistance | Gets or sets the Viewshed's maximum distance.
Defines a far distance limit in meters. Any scene content farther than this value is disregarded. | |
MinimumDistance | Gets or sets the Viewshed's minimum distance.
Defines a near distance limit in meters. Any scene content closer than this value is disregarded. | |
VerticalAngle | Gets or sets the Viewshed's vertical angle in degrees
Defines the Observer's vertical field of view in degrees. Any scene content outside of this angle is disregarded. |
Name | Description | |
---|---|---|
GetMultipleCoverageColorAsync | 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. | |
GetNotVisibleColorAsync | 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. | |
GetVisibleColorAsync | 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. | |
GetWireframeColorAsync | Get the color used to paint the viewshed wireframes. This affects all Viewshed objects in the active MapView. | |
SetMultipleCoverageColorAsync | 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. | |
SetNotVisibleColorAsync | 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. | |
SetVisibleColorAsync | 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. | |
SetWireframeColorAsync | Change the color used to paint the viewshed wireframes. This affects all Viewshed objects in the active MapView. |