SpatialAnchorExportSufficiency.IsMinimallySufficient Property

Definition

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.

Applies to