PerceptionCorrelationGroup.RelativeLocations Property

Definition

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

public:
 property IVectorView<PerceptionCorrelation ^> ^ RelativeLocations { IVectorView<PerceptionCorrelation ^> ^ get(); };
IVectorView<PerceptionCorrelation> RelativeLocations();
/// [get: Windows.Foundation.Metadata.Deprecated("PerceptionCorrelationGroup may be unavailable after Windows Creator Update. Please refer to AVStream on MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
IVectorView<PerceptionCorrelation> RelativeLocations();
public IReadOnlyList<PerceptionCorrelation> RelativeLocations { get; }
public IReadOnlyList<PerceptionCorrelation> RelativeLocations { [Windows.Foundation.Metadata.Deprecated("PerceptionCorrelationGroup may be unavailable after Windows Creator Update. Please refer to AVStream on MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")] get; }
var iVectorView = perceptionCorrelationGroup.relativeLocations;
Public ReadOnly Property RelativeLocations As IReadOnlyList(Of PerceptionCorrelation)

Property Value

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

Attributes

Applies to