SpatialAnchorExportSufficiency.IsMinimallySufficient 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 whether the spatial anchor has gathered enough data to successfully export for the specified purpose.
public:
property bool IsMinimallySufficient { bool get(); };
bool IsMinimallySufficient();
public bool IsMinimallySufficient { get; }
var boolean = spatialAnchorExportSufficiency.isMinimallySufficient;
Public ReadOnly Property IsMinimallySufficient As Boolean
Property Value
Boolean
bool
Whether the export will succeed.
Windows requirements
App capabilities |
spatialPerception
|
Remarks
Minimal sufficiency is also indicated by a SufficiencyLevel >= 1.0.