LocateAnchorStatus Enum

Definition

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

public enum class LocateAnchorStatus
public enum LocateAnchorStatus
type LocateAnchorStatus = 
Public Enum LocateAnchorStatus
Inheritance
LocateAnchorStatus

Fields

AlreadyTracked 0

The anchor was already being tracked.

Located 1

The anchor was found.

NotLocated 2

The anchor was not found.

NotLocatedAnchorDoesNotExist 3

The anchor cannot be found - it was deleted or the identifier queried for was incorrect.

Applies to