SpatialAnchorExporter.GetAnchorExportSufficiencyAsync Method
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.
Returns information about whether a spatial anchor's data is sufficient for sharing or relocalization.
public:
virtual IAsyncOperation<SpatialAnchorExportSufficiency ^> ^ GetAnchorExportSufficiencyAsync(SpatialAnchor ^ anchor, SpatialAnchorExportPurpose purpose) = GetAnchorExportSufficiencyAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<SpatialAnchorExportSufficiency> GetAnchorExportSufficiencyAsync(SpatialAnchor const& anchor, SpatialAnchorExportPurpose const& purpose);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<SpatialAnchorExportSufficiency> GetAnchorExportSufficiencyAsync(SpatialAnchor anchor, SpatialAnchorExportPurpose purpose);
function getAnchorExportSufficiencyAsync(anchor, purpose)
Public Function GetAnchorExportSufficiencyAsync (anchor As SpatialAnchor, purpose As SpatialAnchorExportPurpose) As IAsyncOperation(Of SpatialAnchorExportSufficiency)
Parameters
- anchor
- SpatialAnchor
The spatial anchor that will be exported.
- purpose
- SpatialAnchorExportPurpose
The purpose of the export, sharing or relocalization.
Returns
The anchor's export sufficiency.
- Attributes
Windows requirements
App capabilities |
spatialPerception
|