Interface IIfcTable
Readonly interface for IfcTable
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