IAlignmentManager.RemoveAlignmentAnchor(AnchorId) 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.
Remove the given alignment anchor from the system.
public bool RemoveAlignmentAnchor (Microsoft.MixedReality.WorldLocking.Core.AnchorId anchorId);
abstract member RemoveAlignmentAnchor : Microsoft.MixedReality.WorldLocking.Core.AnchorId -> bool
Public Function RemoveAlignmentAnchor (anchorId As AnchorId) As Boolean
Parameters
- anchorId
- AnchorId
The anchor to remove (as returned by AddAlignmentAnchor(String, Pose, Pose)
Returns
True if the anchor was found.