Interface IIfcWindowType
Readonly interface for IfcWindowType
Assembly: Xbim.Ifc4.dll
Syntax
public interface IIfcWindowType : IIfcBuildingElementType, IIfcElementType, IIfcTypeProduct, IIfcTypeObject, IIfcObjectDefinition, IIfcRoot, IfcDefinitionSelect, IIfcDefinitionSelect, IfcProductSelect, IIfcProductSelect, IExpressSelectType, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
ParameterTakesPrecedence
Declaration
IfcBoolean? ParameterTakesPrecedence { get; set; }
Property Value
|
Improve this Doc
View Source
PartitioningType
Declaration
IfcWindowTypePartitioningEnum PartitioningType { get; set; }
Property Value
|
Improve this Doc
View Source
PredefinedType
Declaration
IfcWindowTypeEnum PredefinedType { get; set; }
Property Value
|
Improve this Doc
View Source
UserDefinedPartitioningType
Declaration
IfcLabel? UserDefinedPartitioningType { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcLabel> |
|