SpongyAnchor.IsSaved Property
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.
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.