Property ObserverTargetPairs
ObserverTargetPairs
Gets or sets the pairs of observer and target locations used in a LineOfSightFunction.
Declaration
public ObserverTargetPairs ObserverTargetPairs { get; set; }
Property Value
| Type | Description |
|---|---|
| ObserverTargetPairs | Defines the pairs of observer and target locations used in a LineOfSightFunction. |
Remarks
Each ObserverTargetPair in Pairs defines a single line of sight.
The collection of LineOfSight objects returned from EvaluateAsync(CancellationToken) is ordered to match these observer target pairs. Each LineOfSight corresponds to the ObserverTargetPair within Pairs at the same index.
By default, Pairs is empty.
See Also
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET | 300 |
| .NET Windows | 300 |
| .NET Android | 300 |
| .NET iOS | 300 |