CloudSpatialAnchorSession.UpdateAnchorPropertiesAsync Method
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.
Updates the specified spatial anchor.
public:
System::Threading::Tasks::Task ^ UpdateAnchorPropertiesAsync(Microsoft::Azure::SpatialAnchors::CloudSpatialAnchor ^ anchor);
public System.Threading.Tasks.Task UpdateAnchorPropertiesAsync (Microsoft.Azure.SpatialAnchors.CloudSpatialAnchor anchor);
member this.UpdateAnchorPropertiesAsync : Microsoft.Azure.SpatialAnchors.CloudSpatialAnchor -> System.Threading.Tasks.Task
Public Function UpdateAnchorPropertiesAsync (anchor As CloudSpatialAnchor) As Task
Parameters
- anchor
- CloudSpatialAnchor
The anchor to be updated.