Property Pairs
Pairs
Gets the pairs of observers and targets, with each pair defining a single line of sight.
Declaration
public IReadOnlyList<ObserverTargetPair> Pairs { get; }
Property Value
| Type | Description |
|---|---|
| IReadOnlyList<ObserverTargetPair> | Pairs of observers and targets, with each pair defining a single line of sight. |
Remarks
The collection of LineOfSight objects returned from EvaluateAsync(CancellationToken) is ordered to match these pairs. Each LineOfSight corresponds to the ObserverTargetPair at the same index.
If this is empty, EvaluateAsync(CancellationToken) will return an empty set of results.
See Also
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET | 300 |
| .NET Windows | 300 |
| .NET Android | 300 |
| .NET iOS | 300 |