Share via


Enum LocateAnchorStatus

Declaration

enum class winrt::Microsoft::Azure::SpatialAnchors::LocateAnchorStatus : int32_t

Description

Use this enumeration to determine whether an anchor was located, and the reason why it may have failed.

Values

Name Value Description Remarks
LocateAnchorStatus::AlreadyTracked 0 The anchor was already being tracked.
LocateAnchorStatus::Located 1 The anchor was found.
LocateAnchorStatus::NotLocated 2 The anchor was not found.
LocateAnchorStatus::NotLocatedAnchorDoesNotExist 3 The anchor cannot be found - it was deleted or the identifier queried for was incorrect.