Legacy Documentation: Version 5.6 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

WorldAnchor.GetNativeSpatialAnchorPtr

public IntPtr GetNativeSpatialAnchorPtr();

Returns

IntPtr The native pointer to the Windows.Perception.Spatial.SpatialAnchor COM object.

Description

Retrieve a native pointer to the Windows.Perception.Spatial.SpatialAnchor COM object. This function calls IUnknown::AddRef on the pointer before returning it. The pointer must be released by calling IUnknown::Release.