SpatialAnchor.RawCoordinateSystem Property

Definition

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.

Applies to