BaseBoundarySystem.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 { public:
Nullable<float> get(); protected:
void set(Nullable<float> value); };
public float? FloorHeight { get; protected set; }
member this.FloorHeight : Nullable<single> with get, set
Public Property FloorHeight As Nullable(Of Single)