SpatialAnchorStore.Remove(String) 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.
Removes a specific anchor from the store. The anchor is specified by its identifier.
public:
virtual void Remove(Platform::String ^ id) = Remove;
void Remove(winrt::hstring const& id);
public void Remove(string id);
function remove(id)
Public Sub Remove (id As String)
Parameters
- id
-
String
Platform::String
winrt::hstring
The identifier of the anchor to remove.