AlignSubtree.RemoveOwnedPin(SpacePin) 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 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).