Interface IIfcTableRow
Readonly interface for IfcTableRow
Inherited Members
Namespace: Xbim.Ifc4.Interfaces
Assembly: Xbim.Ifc4.dll
Syntax
public interface IIfcTableRow : IPersistEntity, IPersist
Properties
| Improve this Doc View SourceIsHeading
Declaration
IfcBoolean? IsHeading { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<IfcBoolean> |
RowCells
Declaration
IItemSet<IIfcValue> RowCells { get; }
Property Value
Type | Description |
---|---|
IItemSet<IIfcValue> |