IPublisher.Find(Single) 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.
Search the area around the device for cloud anchors.
public System.Threading.Tasks.Task<System.Collections.Generic.Dictionary<string,Microsoft.MixedReality.WorldLocking.ASA.LocalPegAndProperties>> Find (float radiusFromDevice);
abstract member Find : single -> System.Threading.Tasks.Task<System.Collections.Generic.Dictionary<string, Microsoft.MixedReality.WorldLocking.ASA.LocalPegAndProperties>>
Public Function Find (radiusFromDevice As Single) As Task(Of Dictionary(Of String, LocalPegAndProperties))
Parameters
- radiusFromDevice
- Single
Distance (roughly) from device to search.
Returns
Awaitable dictionary of cloud anchor ids and corresponding local peg and properties.