IPublisher.PurgeArea(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, and destroy any anchors found.
public System.Threading.Tasks.Task PurgeArea (float radius);
abstract member PurgeArea : single -> System.Threading.Tasks.Task
Public Function PurgeArea (radius As Single) As Task
Parameters
- radius
- Single
Distance (roughly) from device to search.
Returns
Awaitable task.