Share via


IBinder.CreateBinding(String, String) Method

Definition

Set the cloud anchor id associated with this space pin.

public bool CreateBinding (string spacePinId, string cloudAnchorId);
abstract member CreateBinding : string * string -> bool
Public Function CreateBinding (spacePinId As String, cloudAnchorId As String) As Boolean

Parameters

spacePinId
String

Name of the space pin to be bound to this cloud id.

cloudAnchorId
String

Cloud id to be bound to the space pin.

Returns

False if space pin is unknown. Space pin must be registered before being bound.

Remarks

A space pin must be bound to a cloud anchor id before it can be downloaded.

Applies to