Interface IIfcTable
Readonly interface for IfcTable
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
|
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
|
Improve this Doc
View Source
NumberOfDataRows
Declaration
IfcInteger NumberOfDataRows { get; }
Property Value
|
Improve this Doc
View Source
NumberOfHeadings
Declaration
IfcInteger NumberOfHeadings { get; }
Property Value
|
Improve this Doc
View Source
Rows
Declaration
IItemSet<IIfcTableRow> Rows { get; }
Property Value