Constructor GeoElementViewshed
GeoElementViewshed(GeoElement, Double, Double, Double, Double, Double, Double)
Initializes a new instance of the GeoElementViewshed class.
Declaration
public GeoElementViewshed(GeoElement geoElement, double horizontalAngle, double verticalAngle, double minDistance, double maxDistance, double headingOffset, double pitchOffset)
Parameters
| Type | Name | Description |
|---|---|---|
| GeoElement | geoElement | A GeoElement from which the position and orientation of the observer will be determined. |
| System.Double | horizontalAngle | The horizontal angle of the observer's view. The value must be greater than 0 and no greater than 360. |
| System.Double | verticalAngle | The vertical angle of the observer's view. |
| System.Double | minDistance | The minimum distance from the observer at which visibility will be evaluated. |
| System.Double | maxDistance | The maximum distance from the observer at which visibility will be evaluated. |
| System.Double | headingOffset | An angle offset relative to the heading of the GeoElement to determine the direction of the observer's view. |
| System.Double | pitchOffset | An angle offset relative to the pitch of the GeoElement to determine the vertical angle of the observer's view. |
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET Standard 2.0 | 100.3 - 200.8 |
| .NET | 100.13 - 200.8 |
| .NET Windows | 100.13 - 200.8 |
| .NET Android | 200.0 - 200.8 |
| .NET iOS | 200.0 - 200.8 |
| .NET Framework | 100.2.1 - 200.8 |
| Xamarin.Android | 100.2.1 - 100.15 |
| Xamarin.iOS | 100.2.1 - 100.15 |
| UWP | 100.2.1 - 200.8 |