Search Results for

    Show / Hide Table of Contents

    Interface IIfcTable

    Readonly interface for IfcTable

    Inherited Members
    IPersistEntity.EntityLabel
    IPersistEntity.Model
    IPersistEntity.Activated
    IPersistEntity.ExpressType
    IPersistEntity.ModelOf
    IPersist.Parse(Int32, IPropertyValue, Int32[])
    Namespace: Xbim.Ifc4.Interfaces
    Assembly: Xbim.Ifc4.dll
    Syntax
    public interface IIfcTable : IfcMetricValueSelect, IIfcMetricValueSelect, IfcObjectReferenceSelect, IIfcObjectReferenceSelect, IExpressSelectType, IPersistEntity, IPersist

    Properties

    | Improve this Doc View Source

    Columns

    Declaration
    IItemSet<IIfcTableColumn> Columns { get; }
    Property Value
    Type Description
    IItemSet<IIfcTableColumn>
    | Improve this Doc View Source

    Name

    Declaration
    IfcLabel? Name { get; set; }
    Property Value
    Type Description
    System.Nullable<IfcLabel>
    | Improve this Doc View Source

    NumberOfCellsInRow

    Declaration
    IfcInteger NumberOfCellsInRow { get; }
    Property Value
    Type Description
    IfcInteger
    | Improve this Doc View Source

    NumberOfDataRows

    Declaration
    IfcInteger NumberOfDataRows { get; }
    Property Value
    Type Description
    IfcInteger
    | Improve this Doc View Source

    NumberOfHeadings

    Declaration
    IfcInteger NumberOfHeadings { get; }
    Property Value
    Type Description
    IfcInteger
    | Improve this Doc View Source

    Rows

    Declaration
    IItemSet<IIfcTableRow> Rows { get; }
    Property Value
    Type Description
    IItemSet<IIfcTableRow>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim