Class IfcWindowStyle
Inheritance
System.Object
IfcWindowStyle
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<IfcRoot>
System.IEquatable<IfcObjectDefinition>
System.IEquatable<IfcTypeObject>
System.IEquatable<IfcTypeProduct>
System.IEquatable<IfcWindowStyle>
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("IfcWindowStyle", 345)]
public class IfcWindowStyle : IfcTypeProduct, INotifyPropertyChanged, IEquatable<IfcRoot>, IEquatable<IfcObjectDefinition>, IEquatable<IfcTypeObject>, IEquatable<IfcTypeProduct>, IExpressValidatable, IIfcWindowStyle, IIfcTypeProduct, IIfcTypeObject, IIfcObjectDefinition, IIfcRoot, IfcDefinitionSelect, IIfcDefinitionSelect, IfcProductSelect, IIfcProductSelect, IExpressSelectType, IInstantiableEntity, IIfcWindowStyle, IIfcTypeProduct, IIfcTypeObject, IIfcObjectDefinition, IIfcRoot, IContainsEntityReferences, IContainsIndexedReferences, IPersistEntity, IPersist, IEquatable<IfcWindowStyle>
Properties
| Improve this Doc View SourceConstructionType
Declaration
[EntityAttribute(9, EntityAttributeState.Mandatory, EntityAttributeType.Enum, EntityAttributeType.None, null, null, 14)]
public IfcWindowStyleConstructionEnum ConstructionType { get; set; }
Property Value
Type | Description |
---|---|
IfcWindowStyleConstructionEnum |
OperationType
Declaration
[EntityAttribute(10, EntityAttributeState.Mandatory, EntityAttributeType.Enum, EntityAttributeType.None, null, null, 15)]
public IfcWindowStyleOperationEnum OperationType { get; set; }
Property Value
Type | Description |
---|---|
IfcWindowStyleOperationEnum |
ParameterTakesPrecedence
Declaration
[EntityAttribute(11, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 16)]
public bool ParameterTakesPrecedence { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Sizeable
Declaration
[EntityAttribute(12, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 17)]
public bool Sizeable { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
| Improve this Doc View SourceEquals(IfcWindowStyle)
Declaration
public bool Equals(IfcWindowStyle other)
Parameters
Type | Name | Description |
---|---|---|
IfcWindowStyle | 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> |
IIfcWindowStyle.ConstructionType
Declaration
IfcWindowStyleConstructionEnum IIfcWindowStyle.ConstructionType { get; set; }
Returns
Type | Description |
---|---|
IfcWindowStyleConstructionEnum |
IIfcWindowStyle.OperationType
Declaration
IfcWindowStyleOperationEnum IIfcWindowStyle.OperationType { get; set; }
Returns
Type | Description |
---|---|
IfcWindowStyleOperationEnum |
IIfcWindowStyle.ParameterTakesPrecedence
Declaration
bool IIfcWindowStyle.ParameterTakesPrecedence { get; set; }
Returns
Type | Description |
---|---|
System.Boolean |
IIfcWindowStyle.Sizeable
Declaration
bool IIfcWindowStyle.Sizeable { get; set; }
Returns
Type | Description |
---|---|
System.Boolean |
IIfcWindowStyle.ConstructionType
Declaration
[CrossSchemaAttribute(typeof(IIfcWindowStyle), 9)]
IfcWindowStyleConstructionEnum IIfcWindowStyle.ConstructionType { get; set; }
Returns
Type | Description |
---|---|
IfcWindowStyleConstructionEnum |
IIfcWindowStyle.OperationType
Declaration
[CrossSchemaAttribute(typeof(IIfcWindowStyle), 10)]
IfcWindowStyleOperationEnum IIfcWindowStyle.OperationType { get; set; }
Returns
Type | Description |
---|---|
IfcWindowStyleOperationEnum |
IIfcWindowStyle.ParameterTakesPrecedence
Declaration
[CrossSchemaAttribute(typeof(IIfcWindowStyle), 11)]
IfcBoolean IIfcWindowStyle.ParameterTakesPrecedence { get; set; }
Returns
Type | Description |
---|---|
IfcBoolean |
IIfcWindowStyle.Sizeable
Declaration
[CrossSchemaAttribute(typeof(IIfcWindowStyle), 12)]
IfcBoolean IIfcWindowStyle.Sizeable { get; set; }
Returns
Type | Description |
---|---|
IfcBoolean |
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>