SpatialGraphInteropFrameOfReferencePreview Class
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.
Represents a spatial node created for interop based on a spatial coordinate system from the app.
public ref class SpatialGraphInteropFrameOfReferencePreview sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 524288)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class SpatialGraphInteropFrameOfReferencePreview final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 524288)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class SpatialGraphInteropFrameOfReferencePreview
Public NotInheritable Class SpatialGraphInteropFrameOfReferencePreview
- Inheritance
- Attributes
Windows requirements
Device family |
Windows 10, version 1903 (introduced in 10.0.18362.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v8.0)
|
Remarks
Note
You generally won't write code against this type yourself. Instead, you'll use a library designed for a given kind of spatial node, with that library calling into this type on your behalf.
Properties
CoordinateSystem |
Gets the coordinate system on which this interop frame of reference is based. |
CoordinateSystemToNodeTransform |
Gets the transform from the basis coordinate system to the static node. |
NodeId |
Gets the spatial node ID created for this interop frame of reference. |