IAlignmentManager.RemoveAlignmentAnchor(AnchorId) Method

Definition

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.

Applies to