Search Results for

    Show / Hide Table of Contents

    Class IfcContext

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

    Properties

    | Improve this Doc View Source

    Declares

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

    IsDefinedBy

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

    LongName

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

    ObjectType

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

    Phase

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

    RepresentationContexts

    Declaration
    [EntityAttribute(8, EntityAttributeState.Optional, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{1}, new int[]{-1}, 15)]
    public IOptionalItemSet<IfcRepresentationContext> RepresentationContexts { get; }
    Property Value
    Type Description
    IOptionalItemSet<IfcRepresentationContext>
    | Improve this Doc View Source

    UnitsInContext

    Declaration
    [EntityAttribute(9, EntityAttributeState.Optional, EntityAttributeType.Class, EntityAttributeType.None, null, null, 16)]
    public IfcUnitAssignment UnitsInContext { get; set; }
    Property Value
    Type Description
    IfcUnitAssignment

    Methods

    | Improve this Doc View Source

    Equals(IfcContext)

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

    Explicit Interface Implementations

    | Improve this Doc View Source

    IIfcContext.Declares

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

    IIfcContext.IsDefinedBy

    Declaration
    IEnumerable<IIfcRelDefinesByProperties> IIfcContext.IsDefinedBy { get; }
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<IIfcRelDefinesByProperties>
    | Improve this Doc View Source

    IIfcContext.LongName

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

    IIfcContext.ObjectType

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

    IIfcContext.Phase

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

    IIfcContext.RepresentationContexts

    Declaration
    IItemSet<IIfcRepresentationContext> IIfcContext.RepresentationContexts { get; }
    Returns
    Type Description
    IItemSet<IIfcRepresentationContext>
    | Improve this Doc View Source

    IIfcContext.UnitsInContext

    Declaration
    IIfcUnitAssignment IIfcContext.UnitsInContext { get; set; }
    Returns
    Type Description
    IIfcUnitAssignment

    Implements

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