MediaFrameReference.CoordinateSystem Property

Definition

Gets the spatial coordinate system for the referenced media frame, if one is defined.

public:
 property SpatialCoordinateSystem ^ CoordinateSystem { SpatialCoordinateSystem ^ get(); };
SpatialCoordinateSystem CoordinateSystem();
public SpatialCoordinateSystem CoordinateSystem { get; }
var spatialCoordinateSystem = mediaFrameReference.coordinateSystem;
Public ReadOnly Property CoordinateSystem As SpatialCoordinateSystem

Property Value

The spatial coordinate system for the referenced media frame.

Remarks

If no spatial coordinate system is defined for the referenced media frame, the returned SpatialCoordinateSystem object is null.

Applies to