Search Results for

    Show / Hide Table of Contents

    Class IfcObjectDefinition

    Inheritance
    System.Object
    PersistEntity
    IfcRoot
    IfcObjectDefinition
    IfcContext
    IfcObject
    IfcTypeObject
    Implements
    System.ComponentModel.INotifyPropertyChanged
    System.IEquatable<IfcRoot>
    IIfcObjectDefinition
    IIfcRoot
    IfcDefinitionSelect
    IIfcDefinitionSelect
    IExpressSelectType
    IPersistEntity
    IPersist
    System.IEquatable<IfcObjectDefinition>
    Inherited Members
    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.Kernel
    Assembly: Xbim.Ifc4.dll
    Syntax
    [ExpressType("IfcObjectDefinition", 22)]
    public abstract class IfcObjectDefinition : IfcRoot, INotifyPropertyChanged, IEquatable<IfcRoot>, IIfcObjectDefinition, IIfcRoot, IfcDefinitionSelect, IIfcDefinitionSelect, IExpressSelectType, IPersistEntity, IPersist, IEquatable<IfcObjectDefinition>

    Properties

    | Improve this Doc View Source

    Decomposes

    Declaration
    [InverseProperty("RelatedObjects")]
    [EntityAttribute(-1, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{0}, new int[]{1}, 10)]
    public IEnumerable<IfcRelAggregates> Decomposes { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<IfcRelAggregates>
    | Improve this Doc View Source

    HasAssignments

    Declaration
    [InverseProperty("RelatedObjects")]
    [EntityAttribute(-1, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{0}, new int[]{-1}, 5)]
    public IEnumerable<IfcRelAssigns> HasAssignments { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<IfcRelAssigns>
    | Improve this Doc View Source

    HasAssociations

    Declaration
    [InverseProperty("RelatedObjects")]
    [EntityAttribute(-1, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{0}, new int[]{-1}, 11)]
    public IEnumerable<IfcRelAssociates> HasAssociations { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<IfcRelAssociates>
    | Improve this Doc View Source

    HasContext

    Declaration
    [InverseProperty("RelatedDefinitions")]
    [EntityAttribute(-1, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{0}, new int[]{1}, 8)]
    public IEnumerable<IfcRelDeclares> HasContext { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<IfcRelDeclares>
    | Improve this Doc View Source

    IsDecomposedBy

    Declaration
    [InverseProperty("RelatingObject")]
    [EntityAttribute(-1, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{0}, new int[]{-1}, 9)]
    public IEnumerable<IfcRelAggregates> IsDecomposedBy { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<IfcRelAggregates>
    | Improve this Doc View Source

    IsNestedBy

    Declaration
    [InverseProperty("RelatingObject")]
    [EntityAttribute(-1, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{0}, new int[]{-1}, 7)]
    public IEnumerable<IfcRelNests> IsNestedBy { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<IfcRelNests>
    | Improve this Doc View Source

    Item[String]

    Declaration
    public IIfcValue this[string property] { get; }
    Parameters
    Type Name Description
    System.String property
    Property Value
    Type Description
    IIfcValue
    | Improve this Doc View Source

    Material

    Declaration
    public IIfcMaterialSelect Material { get; }
    Property Value
    Type Description
    IIfcMaterialSelect
    | Improve this Doc View Source

    Nests

    Declaration
    [InverseProperty("RelatedObjects")]
    [EntityAttribute(-1, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{0}, new int[]{1}, 6)]
    public IEnumerable<IfcRelNests> Nests { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<IfcRelNests>

    Methods

    | Improve this Doc View Source

    Equals(IfcObjectDefinition)

    Declaration
    public bool Equals(IfcObjectDefinition other)
    Parameters
    Type Name Description
    IfcObjectDefinition 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
    IfcRoot.Parse(Int32, IPropertyValue, Int32[])

    Explicit Interface Implementations

    | Improve this Doc View Source

    IIfcObjectDefinition.Decomposes

    Declaration
    IEnumerable<IIfcRelAggregates> IIfcObjectDefinition.Decomposes { get; }
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<IIfcRelAggregates>
    | Improve this Doc View Source

    IIfcObjectDefinition.HasAssignments

    Declaration
    IEnumerable<IIfcRelAssigns> IIfcObjectDefinition.HasAssignments { get; }
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<IIfcRelAssigns>
    | Improve this Doc View Source

    IIfcObjectDefinition.HasAssociations

    Declaration
    IEnumerable<IIfcRelAssociates> IIfcObjectDefinition.HasAssociations { get; }
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<IIfcRelAssociates>
    | Improve this Doc View Source

    IIfcObjectDefinition.HasContext

    Declaration
    IEnumerable<IIfcRelDeclares> IIfcObjectDefinition.HasContext { get; }
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<IIfcRelDeclares>
    | Improve this Doc View Source

    IIfcObjectDefinition.IsDecomposedBy

    Declaration
    IEnumerable<IIfcRelAggregates> IIfcObjectDefinition.IsDecomposedBy { get; }
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<IIfcRelAggregates>
    | Improve this Doc View Source

    IIfcObjectDefinition.IsNestedBy

    Declaration
    IEnumerable<IIfcRelNests> IIfcObjectDefinition.IsNestedBy { get; }
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<IIfcRelNests>
    | Improve this Doc View Source

    IIfcObjectDefinition.Nests

    Declaration
    IEnumerable<IIfcRelNests> IIfcObjectDefinition.Nests { get; }
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<IIfcRelNests>

    Implements

    System.ComponentModel.INotifyPropertyChanged
    System.IEquatable<T>
    IIfcObjectDefinition
    IIfcRoot
    IfcDefinitionSelect
    IIfcDefinitionSelect
    IExpressSelectType
    IPersistEntity
    IPersist
    System.IEquatable<T>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim