AlignSubtree.RemoveOwnedPin(SpacePin) Method

Definition

Remove a specific pin from the owned pins list.

public bool RemoveOwnedPin (Microsoft.MixedReality.WorldLocking.Core.SpacePin pin);
member this.RemoveOwnedPin : Microsoft.MixedReality.WorldLocking.Core.SpacePin -> bool
Public Function RemoveOwnedPin (pin As SpacePin) As Boolean

Parameters

pin
SpacePin

The pin to remove.

Returns

True if removed, else false (probably not found).

Applies to