Show / Hide Table of Contents

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
EvaluateAsync(CancellationToken)
ObserverTargetPairs

Applies to

Platforms and versions
TargetVersions
.NET300
.NET Windows300
.NET Android300
.NET iOS300
In this article
Provide feedback
Back to top Copyright © 2025 Esri.