SpatialAnchor.RawCoordinateSystem Property
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 the coordinate system of the anchor, without easing applied.
public:
property SpatialCoordinateSystem ^ RawCoordinateSystem { SpatialCoordinateSystem ^ get(); };
SpatialCoordinateSystem RawCoordinateSystem();
public SpatialCoordinateSystem RawCoordinateSystem { get; }
var spatialCoordinateSystem = spatialAnchor.rawCoordinateSystem;
Public ReadOnly Property RawCoordinateSystem As SpatialCoordinateSystem
Property Value
The raw coordinate system.
Remarks
This coordinate system lets you precisely place holograms near the anchor, with immediate updates when the device adjusts the anchor's precise location.
Use the corresponding RawCoordinateSystemAdjusted event to react when anchor adjustments occur.