Search Results for

    Show / Hide Table of Contents

    Class IfcDistributionSystem

    Inheritance
    System.Object
    PersistEntity
    IfcRoot
    IfcObjectDefinition
    IfcObject
    IfcGroup
    IfcSystem
    IfcDistributionSystem
    IfcDistributionCircuit
    Implements
    System.ComponentModel.INotifyPropertyChanged
    System.IEquatable<IfcRoot>
    System.IEquatable<IfcObjectDefinition>
    System.IEquatable<IfcObject>
    IExpressValidatable
    System.IEquatable<IfcGroup>
    System.IEquatable<IfcSystem>
    IInstantiableEntity
    IIfcDistributionSystem
    IIfcSystem
    IIfcGroup
    IIfcObject
    IIfcObjectDefinition
    IIfcRoot
    IfcDefinitionSelect
    IIfcDefinitionSelect
    IExpressSelectType
    IContainsEntityReferences
    IPersistEntity
    IPersist
    System.IEquatable<IfcDistributionSystem>
    Inherited Members
    IfcSystem.IIfcSystem.ServicesBuildings
    IfcSystem.ServicesBuildings
    IfcSystem.Equals(IfcSystem)
    IfcGroup.IIfcGroup.IsGroupedBy
    IfcGroup.IsGroupedBy
    IfcGroup.Equals(IfcGroup)
    IfcObject.IIfcObject.ObjectType
    IfcObject.IIfcObject.IsDeclaredBy
    IfcObject.IIfcObject.Declares
    IfcObject.IIfcObject.IsTypedBy
    IfcObject.IIfcObject.IsDefinedBy
    IfcObject.ObjectType
    IfcObject.IsDeclaredBy
    IfcObject.Declares
    IfcObject.IsTypedBy
    IfcObject.IsDefinedBy
    IfcObject.Equals(IfcObject)
    IfcObject.AddDefiningType(IfcTypeObject)
    IfcObject.AddPropertySet(IfcPropertySet)
    IfcObject.GetPropertySet(String, Boolean)
    IfcObject.GetPropertySingleValue(String, String)
    IfcObject.GetPropertySingleValue<TValueType>(String, String)
    IfcObject.GetPropertySingleNominalValue(String, String)
    IfcObject.PropertySets
    IfcObject.SetPropertySingleValue(String, String, Type)
    IfcObject.SetPropertySingleValue(String, String, IfcValue)
    IfcObject.GetExternalElements(IModel)
    IfcObject.GetElementQuantity(String, Boolean)
    IfcObject.ElementQuantities
    IfcObject.PhysicalSimpleQuantities
    IfcObject.GetQuantity<TQType>(String, String)
    IfcObject.GetQuantity<TQType>(String)
    IfcObject.AddQuantity(String, IIfcPhysicalQuantity, String)
    IfcObject.AddQuantity(String, IIfcPhysicalQuantity)
    IfcObject.GetElementPhysicalSimpleQuantity(String, String)
    IfcObject.SetElementPhysicalSimpleQuantity(String, String, Double, XbimQuantityTypeEnum, IIfcNamedUnit)
    IfcObject.RemovePropertySingleValue(String, String)
    IfcObject.RemoveElementPhysicalSimpleQuantity(String, String)
    IfcObject.ValidateClause(IfcObject.IfcObjectClause)
    IfcObject.Validate()
    IfcObjectDefinition.IIfcObjectDefinition.HasAssignments
    IfcObjectDefinition.IIfcObjectDefinition.Nests
    IfcObjectDefinition.IIfcObjectDefinition.IsNestedBy
    IfcObjectDefinition.IIfcObjectDefinition.HasContext
    IfcObjectDefinition.IIfcObjectDefinition.IsDecomposedBy
    IfcObjectDefinition.IIfcObjectDefinition.Decomposes
    IfcObjectDefinition.IIfcObjectDefinition.HasAssociations
    IfcObjectDefinition.HasAssignments
    IfcObjectDefinition.Nests
    IfcObjectDefinition.IsNestedBy
    IfcObjectDefinition.HasContext
    IfcObjectDefinition.IsDecomposedBy
    IfcObjectDefinition.Decomposes
    IfcObjectDefinition.HasAssociations
    IfcObjectDefinition.Equals(IfcObjectDefinition)
    IfcObjectDefinition.Material
    IfcObjectDefinition.Item[String]
    IfcRoot.IIfcRoot.GlobalId
    IfcRoot.IIfcRoot.OwnerHistory
    IfcRoot.IIfcRoot.Name
    IfcRoot.IIfcRoot.Description
    IfcRoot.GlobalId
    IfcRoot.OwnerHistory
    IfcRoot.Name
    IfcRoot.Description
    IfcRoot.Equals(IfcRoot)
    PersistEntity._activated
    PersistEntity.Activate()
    PersistEntity.NotifyPropertyChanged(String)
    PersistEntity.SetValue<TProperty>(Action<TProperty>, TProperty, TProperty, String, Int32)
    PersistEntity.Equals(Object)
    PersistEntity.GetHashCode()
    PersistEntity.ToString()
    PersistEntity.EntityLabel
    PersistEntity.Model
    PersistEntity.ModelOf
    PersistEntity.IPersistEntity.Activated
    PersistEntity.IPersistEntity.ExpressType
    PersistEntity.PropertyChanged
    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 Source

    LongName

    Declaration
    [EntityAttribute(6, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 19)]
    public IfcLabel? LongName { get; set; }
    Property Value
    Type Description
    System.Nullable<IfcLabel>
    | Improve this Doc View Source

    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 Source

    Equals(IfcDistributionSystem)

    Declaration
    public bool Equals(IfcDistributionSystem other)
    Parameters
    Type Name Description
    IfcDistributionSystem other
    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    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
    IfcSystem.Parse(Int32, IPropertyValue, Int32[])

    Explicit Interface Implementations

    | Improve this Doc View Source

    IContainsEntityReferences.References

    Declaration
    IEnumerable<IPersistEntity> IContainsEntityReferences.References { get; }
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<IPersistEntity>
    | Improve this Doc View Source

    IIfcDistributionSystem.LongName

    Declaration
    IfcLabel? IIfcDistributionSystem.LongName { get; set; }
    Returns
    Type Description
    System.Nullable<IfcLabel>
    | Improve this Doc View Source

    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>
    IExpressValidatable
    System.IEquatable<T>
    System.IEquatable<T>
    IInstantiableEntity
    IIfcDistributionSystem
    IIfcSystem
    IIfcGroup
    IIfcObject
    IIfcObjectDefinition
    IIfcRoot
    IfcDefinitionSelect
    IIfcDefinitionSelect
    IExpressSelectType
    IContainsEntityReferences
    IPersistEntity
    IPersist
    System.IEquatable<T>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim