IMixedRealityBoundarySystem.FloorHeight Property

Definition

Indicates the height of the floor, in relation to the coordinate system origin.

public:
 property Nullable<float> FloorHeight { Nullable<float> get(); };
public float? FloorHeight { get; }
member this.FloorHeight : Nullable<single>
Public ReadOnly Property FloorHeight As Nullable(Of Single)

Property Value

Remarks

If a floor has been located, FloorHeight.HasValue will be true, otherwise it will be false.

Applies to