SpatialAnchorStore.Remove(String) Method

Definition

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.

Applies to