Class ObserverTargetPairs
Defines observer and target positions for use in surface visibility line of sight analysis.
Namespace: Esri.ArcGISRuntime.Analysis.Visibility
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class ObserverTargetPairs
Constructors
| Name | Description |
|---|---|
| ObserverTargetPairs(IEnumerable<LineOfSightPosition>, IEnumerable<LineOfSightPosition>) | Initializes a new instance of the ObserverTargetPairs class. Creates an observer target pair for each combination of the given observer and target positions. |
| ObserverTargetPairs(IEnumerable<ObserverTargetPair>) | Initializes a new instance of the ObserverTargetPairs class. |
Properties
| Name | Description |
|---|---|
| Pairs | Gets the pairs of observers and targets, with each pair defining a single line of sight. |
Applies to
| Target | Versions |
|---|---|
| .NET | 300 |
| .NET Windows | 300 |
| .NET Android | 300 |
| .NET iOS | 300 |