Interface IIfcDoorType
Readonly interface for IfcDoorType
Assembly: Xbim.Ifc4.dll
Syntax
public interface IIfcDoorType : IIfcBuildingElementType, IIfcElementType, IIfcTypeProduct, IIfcTypeObject, IIfcObjectDefinition, IIfcRoot, IfcDefinitionSelect, IIfcDefinitionSelect, IfcProductSelect, IIfcProductSelect, IExpressSelectType, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
OperationType
Declaration
IfcDoorTypeOperationEnum OperationType { get; set; }
Property Value
|
Improve this Doc
View Source
ParameterTakesPrecedence
Declaration
IfcBoolean? ParameterTakesPrecedence { 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> |
|