Share via


XRAnchorStore.UnpersistAnchor(String) Method

Definition

Unpersist an anchor from the anchor store.

public void UnpersistAnchor (string name);
member this.UnpersistAnchor : string -> unit
Public Sub UnpersistAnchor (name As String)

Parameters

name
String

The name of the anchor to be unpersist from the store.

Remarks

After an anchor is unpersisted from the store, it will still be valid and locatable in the current session.

Applies to