Interface IIfcDoor
Readonly interface for IfcDoor
Assembly: Xbim.Ifc4.dll
Syntax
public interface IIfcDoor : IIfcBuildingElement, IIfcElement, IIfcProduct, IIfcObject, IIfcObjectDefinition, IIfcRoot, IfcDefinitionSelect, IIfcDefinitionSelect, IfcProductSelect, IIfcProductSelect, IfcStructuralActivityAssignmentSelect, IIfcStructuralActivityAssignmentSelect, IExpressSelectType, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
OperationType
Declaration
IfcDoorTypeOperationEnum? OperationType { get; set; }
Property Value
|
Improve this Doc
View Source
OverallHeight
Declaration
IfcPositiveLengthMeasure? OverallHeight { get; set; }
Property Value
|
Improve this Doc
View Source
OverallWidth
Declaration
IfcPositiveLengthMeasure? OverallWidth { get; set; }
Property Value
|
Improve this Doc
View Source
PredefinedType
Declaration
IfcDoorTypeEnum? PredefinedType { get; set; }
Property Value
|
Improve this Doc
View Source
UserDefinedOperationType
Declaration
IfcLabel? UserDefinedOperationType { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcLabel> |
|