IPublisher.Modify(String, LocalPegAndProperties) 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.
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.