Search Results for

    Show / Hide Table of Contents

    Class IfcTableRow

    Inheritance
    System.Object
    PersistEntity
    IfcTableRow
    Implements
    System.ComponentModel.INotifyPropertyChanged
    IIfcTableRow
    IInstantiableEntity
    IIfcTableRow
    IPersistEntity
    IPersist
    System.IEquatable<IfcTableRow>
    Inherited Members
    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.Ifc2x3.UtilityResource
    Assembly: Xbim.Ifc2x3.dll
    Syntax
    [ExpressType("IfcTableRow", 661)]
    public class IfcTableRow : PersistEntity, INotifyPropertyChanged, IIfcTableRow, IInstantiableEntity, IIfcTableRow, IPersistEntity, IPersist, IEquatable<IfcTableRow>

    Properties

    | Improve this Doc View Source

    IsHeading

    Declaration
    [EntityAttribute(2, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 2)]
    public bool IsHeading { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    OfTable

    Declaration
    [InverseProperty("Rows")]
    [EntityAttribute(-1, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, null, null, 3)]
    public IfcTable OfTable { get; }
    Property Value
    Type Description
    IfcTable
    | Improve this Doc View Source

    RowCells

    Declaration
    [EntityAttribute(1, EntityAttributeState.Mandatory, EntityAttributeType.List, EntityAttributeType.Class, new int[]{1}, new int[]{-1}, 1)]
    public IItemSet<IfcValue> RowCells { get; }
    Property Value
    Type Description
    IItemSet<IfcValue>

    Methods

    | Improve this Doc View Source

    Equals(IfcTableRow)

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

    Explicit Interface Implementations

    | Improve this Doc View Source

    IIfcTableRow.IsHeading

    Declaration
    bool IIfcTableRow.IsHeading { get; set; }
    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    IIfcTableRow.OfTable

    Declaration
    IIfcTable IIfcTableRow.OfTable { get; }
    Returns
    Type Description
    IIfcTable
    | Improve this Doc View Source

    IIfcTableRow.RowCells

    Declaration
    IItemSet<IIfcValue> IIfcTableRow.RowCells { get; }
    Returns
    Type Description
    IItemSet<IIfcValue>
    | Improve this Doc View Source

    IIfcTableRow.IsHeading

    Declaration
    [CrossSchemaAttribute(typeof(IIfcTableRow), 2)]
    IfcBoolean? IIfcTableRow.IsHeading { get; set; }
    Returns
    Type Description
    System.Nullable<IfcBoolean>
    | Improve this Doc View Source

    IIfcTableRow.RowCells

    Declaration
    [CrossSchemaAttribute(typeof(IIfcTableRow), 1)]
    IItemSet<IIfcValue> IIfcTableRow.RowCells { get; }
    Returns
    Type Description
    IItemSet<IIfcValue>

    Implements

    System.ComponentModel.INotifyPropertyChanged
    IIfcTableRow
    IInstantiableEntity
    IIfcTableRow
    IPersistEntity
    IPersist
    System.IEquatable<T>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim