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