AnchorLocatedEventArgs Class
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.
Use this type to determine the status of an anchor after a locate operation.
public ref class AnchorLocatedEventArgs : EventArgs
public class AnchorLocatedEventArgs : EventArgs
type AnchorLocatedEventArgs = class
inherit EventArgs
Public Class AnchorLocatedEventArgs
Inherits EventArgs
- Inheritance
-
AnchorLocatedEventArgs
Constructors
AnchorLocatedEventArgs(IntPtr, Boolean) |
Properties
Anchor |
The cloud spatial anchor that was located. |
Identifier |
The spatial anchor that was located. |
Status |
Specifies whether the anchor was located, or the reason why it may have failed. |
Strategy |
Gets the LocateStrategy that reflects the strategy that was used to find the anchor. Valid only when the anchor was found. |
Watcher |
The watcher that located the anchor. |
Methods
ConvertCookieToHandle(UInt64) | |
ConvertHandleToCookie(IntPtr) | |
Finalize() |