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.Ifc2x3.Interfaces
    Assembly: Xbim.Ifc2x3.dll
    Syntax
    public interface IIfcTable : IPersistEntity, IfcMetricValueSelect, IIfcMetricValueSelect, IExpressSelectType, IPersist

    Properties

    | Improve this Doc View Source

    Name

    Declaration
    string Name { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    NumberOfCellsInRow

    Declaration
    long NumberOfCellsInRow { get; }
    Property Value
    Type Description
    System.Int64
    | Improve this Doc View Source

    NumberOfDataRows

    Declaration
    long NumberOfDataRows { get; }
    Property Value
    Type Description
    System.Int64
    | Improve this Doc View Source

    NumberOfHeadings

    Declaration
    long NumberOfHeadings { get; }
    Property Value
    Type Description
    System.Int64
    | 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