SpongyAnchor.IsSaved Property

Definition

Whether the underlying spatial anchor is known to be in the local anchor store.

public virtual bool IsSaved { get; set; }
member this.IsSaved : bool with get, set
Public Overridable Property IsSaved As Boolean

Property Value

Remarks

Note that the anchor might be in the anchor store but isn't known to be, so IsSaved == false. In particular, a different anchor might be stored under the same name, in which case saving this anchor probably requires deleting the old anchor first.

Applies to