IBinder.RemoveBinding(String) 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.
Erase a binding between a space pin and its corresponding cloud anchor.
public bool RemoveBinding (string spacePinId);
abstract member RemoveBinding : string -> bool
Public Function RemoveBinding (spacePinId As String) As Boolean
Parameters
- spacePinId
- String
Space pin to unbind.
Returns
True if found and unbound.
Remarks
Neither the space pin nor the cloud anchor are affected by this, but will be independent of one another after.