Share via


IBinder.RemoveBinding(String) Method

Definition

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.

Applies to