CloudSpatialAnchorSession.UpdateAnchorPropertiesAsync Method

Definition

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.

Returns

Applies to