XRAnchorStore.UnpersistAnchor(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.
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.