SpatialAnchorExportSufficiency.SufficiencyLevel Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.