IAlignmentManager.Load 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.
Load all persisted state required for reconstructing the current pinning.
public bool Load ();
abstract member Load : unit -> bool
Public Function Load () As Boolean
Returns
True if loaded.
Remarks
The state required for reconstructing the pinning is loaded, but the reconstruction does not occur. Rather, the PostAlignmentLoadedDelegate is triggered, to prompt external actors to use the RestoreAlignmentAnchor(String, Pose) API to effect the reconstruction. 👍