CloudSpatialAnchorSession.CreateWatcher(AnchorLocateCriteria) 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.
Creates a new object that watches for anchors that meet the specified criteria.
public:
Microsoft::Azure::SpatialAnchors::CloudSpatialAnchorWatcher ^ CreateWatcher(Microsoft::Azure::SpatialAnchors::AnchorLocateCriteria ^ criteria);
public Microsoft.Azure.SpatialAnchors.CloudSpatialAnchorWatcher CreateWatcher (Microsoft.Azure.SpatialAnchors.AnchorLocateCriteria criteria);
member this.CreateWatcher : Microsoft.Azure.SpatialAnchors.AnchorLocateCriteria -> Microsoft.Azure.SpatialAnchors.CloudSpatialAnchorWatcher
Public Function CreateWatcher (criteria As AnchorLocateCriteria) As CloudSpatialAnchorWatcher
Parameters
- criteria
- AnchorLocateCriteria
Criteria for anchors to watch for.