共用方式為


IPublisher.Modify(String, LocalPegAndProperties) 方法

定義

刪除雲端錨點,並根據輸入本機 Peg 及其屬性建立新的錨點。

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)

參數

cloudAnchorId
String

要刪除的雲端錨點。

pegAndProps
LocalPegAndProperties

要從中建立新雲端錨點的本機錨點和屬性。

傳回

新雲端錨點的可等候標識碼。

適用於