Class IfcWindow
Inheritance
System.Object
IfcWindow
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<IfcRoot>
System.IEquatable<IfcObjectDefinition>
System.IEquatable<IfcObject>
System.IEquatable<IfcProduct>
System.IEquatable<IfcElement>
System.IEquatable<IfcBuildingElement>
System.IEquatable<IfcWindow>
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Xbim.Ifc2x3.SharedBldgElements
Assembly: Xbim.Ifc2x3.dll
Syntax
[ExpressType("IfcWindow", 667)]
public class IfcWindow : IfcBuildingElement, INotifyPropertyChanged, IEquatable<IfcRoot>, IEquatable<IfcObjectDefinition>, IEquatable<IfcObject>, IEquatable<IfcProduct>, IExpressValidatable, IIfcDistributionElement, IEquatable<IfcElement>, IEquatable<IfcBuildingElement>, IIfcWindow, IIfcBuildingElement, IIfcElement, IIfcProduct, IIfcObject, IIfcObjectDefinition, IIfcRoot, IfcDefinitionSelect, IIfcDefinitionSelect, IfcProductSelect, IIfcProductSelect, IfcStructuralActivityAssignmentSelect, IInstantiableEntity, IIfcWindow, IIfcBuildingElement, IIfcElement, IIfcProduct, IIfcObject, IIfcObjectDefinition, IIfcRoot, IfcStructuralActivityAssignmentSelect, IIfcStructuralActivityAssignmentSelect, IIfcStructuralActivityAssignmentSelect, IExpressSelectType, IContainsEntityReferences, IContainsIndexedReferences, IPersistEntity, IPersist, IEquatable<IfcWindow>
Properties
| Improve this Doc View SourceFireRating
Returns the fire rating if defined
Declaration
public IfcLabel? FireRating { get; }
Property Value
Type | Description |
---|---|
System.Nullable<IfcLabel> |
IsExternal
Returns if the door is external
Declaration
public IfcBoolean? IsExternal { get; }
Property Value
Type | Description |
---|---|
System.Nullable<IfcBoolean> |
OverallHeight
Declaration
[EntityAttribute(9, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 27)]
public IfcPositiveLengthMeasure? OverallHeight { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<IfcPositiveLengthMeasure> |
OverallWidth
Declaration
[EntityAttribute(10, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 28)]
public IfcPositiveLengthMeasure? OverallWidth { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<IfcPositiveLengthMeasure> |
Reference
Returns the Reference ID for this specified type in this project (e.g. type 'A-1'), if known
Declaration
public IfcIdentifier? Reference { get; }
Property Value
Type | Description |
---|---|
System.Nullable<IfcIdentifier> |
Methods
| Improve this Doc View SourceEquals(IfcWindow)
Declaration
public bool Equals(IfcWindow other)
Parameters
Type | Name | Description |
---|---|---|
IfcWindow | other |
Returns
Type | Description |
---|---|
System.Boolean |
Parse(Int32, IPropertyValue, Int32[])
Declaration
public override void Parse(int propIndex, IPropertyValue value, int[] nestedIndex)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | propIndex | |
IPropertyValue | value | |
System.Int32[] | nestedIndex |
Overrides
Explicit Interface Implementations
| Improve this Doc View SourceIContainsEntityReferences.References
Declaration
IEnumerable<IPersistEntity> IContainsEntityReferences.References { get; }
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IPersistEntity> |
IContainsIndexedReferences.IndexedReferences
Declaration
IEnumerable<IPersistEntity> IContainsIndexedReferences.IndexedReferences { get; }
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IPersistEntity> |
IIfcWindow.OverallHeight
Declaration
IfcPositiveLengthMeasure? IIfcWindow.OverallHeight { get; set; }
Returns
Type | Description |
---|---|
System.Nullable<IfcPositiveLengthMeasure> |
IIfcWindow.OverallWidth
Declaration
IfcPositiveLengthMeasure? IIfcWindow.OverallWidth { get; set; }
Returns
Type | Description |
---|---|
System.Nullable<IfcPositiveLengthMeasure> |
IIfcWindow.OverallHeight
Declaration
[CrossSchemaAttribute(typeof(IIfcWindow), 9)]
IfcPositiveLengthMeasure? IIfcWindow.OverallHeight { get; set; }
Returns
Type | Description |
---|---|
System.Nullable<IfcPositiveLengthMeasure> |
IIfcWindow.OverallWidth
Declaration
[CrossSchemaAttribute(typeof(IIfcWindow), 10)]
IfcPositiveLengthMeasure? IIfcWindow.OverallWidth { get; set; }
Returns
Type | Description |
---|---|
System.Nullable<IfcPositiveLengthMeasure> |
IIfcWindow.PartitioningType
Declaration
[CrossSchemaAttribute(typeof(IIfcWindow), 12)]
IfcWindowTypePartitioningEnum? IIfcWindow.PartitioningType { get; set; }
Returns
Type | Description |
---|---|
System.Nullable<IfcWindowTypePartitioningEnum> |
IIfcWindow.PredefinedType
Declaration
[CrossSchemaAttribute(typeof(IIfcWindow), 11)]
IfcWindowTypeEnum? IIfcWindow.PredefinedType { get; set; }
Returns
Type | Description |
---|---|
System.Nullable<IfcWindowTypeEnum> |
IIfcWindow.UserDefinedPartitioningType
Declaration
[CrossSchemaAttribute(typeof(IIfcWindow), 13)]
IfcLabel? IIfcWindow.UserDefinedPartitioningType { get; set; }
Returns
Type | Description |
---|---|
System.Nullable<IfcLabel> |
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>