SpatialAnchorExportSufficiency.SufficiencyLevel Property

Definition

Gets the amount of data the spatial anchor has gathered relative to the minimal amount needed to successfully export for the specified purpose.

public:
 property double SufficiencyLevel { double get(); };
double SufficiencyLevel();
public double SufficiencyLevel { get; }
var double = spatialAnchorExportSufficiency.sufficiencyLevel;
Public ReadOnly Property SufficiencyLevel As Double

Property Value

Double

double

The amount of data gathered for this export.

Windows requirements

App capabilities
spatialPerception

Remarks

An anchor has gathered the minimal amount of data needed to export if it has a SufficiencyLevel >= 1.0, also indicated by IsMinimallySufficient.

An anchor has gathered the ideal amount of data needed to export if it has a SufficiencyLevel >= RecommendedSufficiencyLevel.

Applies to