SpacePinBinder.CreateBinding(String, 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.
Set the cloud anchor id associated with this space pin.
public bool CreateBinding (string spacePinId, string cloudAnchorId);
abstract member CreateBinding : string * string -> bool
override this.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.