Class IfcBuildingSystem
Inheritance
System.Object
IfcBuildingSystem
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<IfcRoot>
System.IEquatable<IfcObjectDefinition>
System.IEquatable<IfcObject>
System.IEquatable<IfcGroup>
System.IEquatable<IfcSystem>
System.IEquatable<IfcBuildingSystem>
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Xbim.Ifc4.SharedBldgElements
Assembly: Xbim.Ifc4.dll
Syntax
[ExpressType("IfcBuildingSystem", 1108)]
public class IfcBuildingSystem : IfcSystem, INotifyPropertyChanged, IEquatable<IfcRoot>, IEquatable<IfcObjectDefinition>, IEquatable<IfcObject>, IExpressValidatable, IEquatable<IfcGroup>, IEquatable<IfcSystem>, IInstantiableEntity, IIfcBuildingSystem, IIfcSystem, IIfcGroup, IIfcObject, IIfcObjectDefinition, IIfcRoot, IfcDefinitionSelect, IIfcDefinitionSelect, IExpressSelectType, IContainsEntityReferences, IPersistEntity, IPersist, IEquatable<IfcBuildingSystem>
Properties
| Improve this Doc View SourceLongName
Declaration
[EntityAttribute(7, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 20)]
public IfcLabel? LongName { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<IfcLabel> |
PredefinedType
Declaration
[EntityAttribute(6, EntityAttributeState.Optional, EntityAttributeType.Enum, EntityAttributeType.None, null, null, 19)]
public IfcBuildingSystemTypeEnum? PredefinedType { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<IfcBuildingSystemTypeEnum> |
Methods
| Improve this Doc View SourceEquals(IfcBuildingSystem)
Declaration
public bool Equals(IfcBuildingSystem other)
Parameters
Type | Name | Description |
---|---|---|
IfcBuildingSystem | 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> |
IIfcBuildingSystem.LongName
Declaration
IfcLabel? IIfcBuildingSystem.LongName { get; set; }
Returns
Type | Description |
---|---|
System.Nullable<IfcLabel> |
IIfcBuildingSystem.PredefinedType
Declaration
IfcBuildingSystemTypeEnum? IIfcBuildingSystem.PredefinedType { get; set; }
Returns
Type | Description |
---|---|
System.Nullable<IfcBuildingSystemTypeEnum> |
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>