SpatialAnchorManager SpatialAnchorManager SpatialAnchorManager SpatialAnchorManager Class

Definition

Static methods for getting the spatial anchor store for the current app.

public : static class SpatialAnchorManagerpublic static class SpatialAnchorManagerPublic Static Class SpatialAnchorManager// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10586.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Foundation.UniversalApiContract (introduced v2)

Methods

RequestStoreAsync() RequestStoreAsync() RequestStoreAsync() RequestStoreAsync()

Retrieves the anchor store for the current app.

public : static IAsyncOperation<SpatialAnchorStore> RequestStoreAsync()public static IAsyncOperation<SpatialAnchorStore> RequestStoreAsync()Public Static Function RequestStoreAsync() As IAsyncOperation( Of SpatialAnchorStore )// You can use this method in JavaScript.
Returns