Interface IIfcStairFlight
Readonly interface for IfcStairFlight
Assembly: Xbim.Ifc4.dll
Syntax
public interface IIfcStairFlight : IIfcBuildingElement, IIfcElement, IIfcProduct, IIfcObject, IIfcObjectDefinition, IIfcRoot, IfcDefinitionSelect, IIfcDefinitionSelect, IfcProductSelect, IIfcProductSelect, IfcStructuralActivityAssignmentSelect, IIfcStructuralActivityAssignmentSelect, IExpressSelectType, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
NumberOfRisers
Declaration
IfcInteger? NumberOfRisers { get; set; }
Property Value
|
Improve this Doc
View Source
NumberOfTreads
Declaration
IfcInteger? NumberOfTreads { get; set; }
Property Value
|
Improve this Doc
View Source
PredefinedType
Declaration
IfcStairFlightTypeEnum? PredefinedType { get; set; }
Property Value
|
Improve this Doc
View Source
RiserHeight
Declaration
IfcPositiveLengthMeasure? RiserHeight { get; set; }
Property Value
|
Improve this Doc
View Source
TreadLength
Declaration
IfcPositiveLengthMeasure? TreadLength { get; set; }
Property Value