marklinmao
marklinmao

Reputation: 163

Can a saved Azure Spatial Anchor be saved(updated) again?

I am wondering whether it is possible to 'update' a saved Azure Spatial Anchor. I created an anchor, saved it, then close the session, then start a new session, as I have the reference to the saved anchor(CloudSpatialAnchor object), I saved the anchor again in a different position, then I got this Exception:

enter image description here

So, I assume it is not allowed to 'update' an anchor, the official document didn't mention it. If I get it right, we need to delete the anchor and then create a new one in the different position? Please confirm.

Upvotes: 1

Views: 304

Answers (1)

virivera-msft
virivera-msft

Reputation: 381

No, the anchors cannot be moved or updated once they are created. You will need to create a new anchor for the new location and delete the old one if you don't want it anymore.

Upvotes: 2

Related Questions