Share via


IPublisher.Modify(String, LocalPegAndProperties) Method

Definition

Delete a cloud anchor, and create a new one based on input local peg and its properties.

public System.Threading.Tasks.Task<string> Modify (string cloudAnchorId, Microsoft.MixedReality.WorldLocking.ASA.LocalPegAndProperties pegAndProps);
abstract member Modify : string * Microsoft.MixedReality.WorldLocking.ASA.LocalPegAndProperties -> System.Threading.Tasks.Task<string>
Public Function Modify (cloudAnchorId As String, pegAndProps As LocalPegAndProperties) As Task(Of String)

Parameters

cloudAnchorId
String

Cloud anchor to delete.

pegAndProps
LocalPegAndProperties

Local anchor and properties to create new cloud anchor from.

Returns

Awaitable identifier for the new cloud anchor.

Applies to