PerceptionCorrelationGroup PerceptionCorrelationGroup PerceptionCorrelationGroup PerceptionCorrelationGroup Class

Definition

A collection of PerceptionCorrelations describing multiple unique providers in a common coordinate frame.

public : sealed class PerceptionCorrelationGroup : IPerceptionCorrelationGrouppublic sealed class PerceptionCorrelationGroup : IPerceptionCorrelationGroupPublic NotInheritable Class PerceptionCorrelationGroup Implements IPerceptionCorrelationGroup// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Constructors

PerceptionCorrelationGroup(IIterable) PerceptionCorrelationGroup(IIterable) PerceptionCorrelationGroup(IIterable) PerceptionCorrelationGroup(IIterable)

Initializes a new PerceptionCorrelationGroup from a collection of one or more PerceptionCorrelation objects describing multiple providers in a common coordinate frame.

public : PerceptionCorrelationGroup(IIterable<PerceptionCorrelation> relativeLocations)public PerceptionCorrelationGroup(IEnumerable<PerceptionCorrelation> relativeLocations)Public Sub New(relativeLocations As IEnumerable<PerceptionCorrelation>)// You can use this method in JavaScript.
Parameters
relativeLocations
IIterable<PerceptionCorrelation> IEnumerable<PerceptionCorrelation> IEnumerable<PerceptionCorrelation> IEnumerable<PerceptionCorrelation>

The collection of PerceptionCorrelations describing multiple providers in a common coordinate frame.

Properties

RelativeLocations RelativeLocations RelativeLocations RelativeLocations

The collection of PerceptionCorrelations describing multiple unique providers in a common coordinate frame.

public : IVectorView<PerceptionCorrelation> RelativeLocations { get; }public IReadOnlyList<PerceptionCorrelation> RelativeLocations { get; }Public ReadOnly Property RelativeLocations As IReadOnlyList<PerceptionCorrelation>// You can use this property in JavaScript.
Value
IVectorView<PerceptionCorrelation> IReadOnlyList<PerceptionCorrelation> IReadOnlyList<PerceptionCorrelation> IReadOnlyList<PerceptionCorrelation>

The collection of PerceptionCorrelations describing multiple unique providers in a common coordinate frame.