CloudSpatialAnchorSession.GetAnchorPropertiesAsync(String) 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.
Gets a cloud spatial anchor for the given identifier, even if it hasn't been located yet.
public:
System::Threading::Tasks::Task<Microsoft::Azure::SpatialAnchors::CloudSpatialAnchor ^> ^ GetAnchorPropertiesAsync(System::String ^ identifier);
public System.Threading.Tasks.Task<Microsoft.Azure.SpatialAnchors.CloudSpatialAnchor> GetAnchorPropertiesAsync (string identifier);
member this.GetAnchorPropertiesAsync : string -> System.Threading.Tasks.Task<Microsoft.Azure.SpatialAnchors.CloudSpatialAnchor>
Public Function GetAnchorPropertiesAsync (identifier As String) As Task(Of CloudSpatialAnchor)
Parameters
- identifier
- String
The identifier to look for.