IMixedRealityBoundarySystem.FloorHeight 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.
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.