AlignSubtree.AddOwnedPin(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.
Explicitly add a pin to the owned pins list.
public bool AddOwnedPin (Microsoft.MixedReality.WorldLocking.Core.SpacePin pin);
member this.AddOwnedPin : Microsoft.MixedReality.WorldLocking.Core.SpacePin -> bool
Public Function AddOwnedPin (pin As SpacePin) As Boolean
Parameters
- pin
- SpacePin
THe pin to add.
Returns
True if added, false if it was already there.