Class IfcTableRow
Inheritance
System.Object
IfcTableRow
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Xbim.Ifc4.dll
Syntax
[ExpressType("IfcTableRow", 661)]
public class IfcTableRow : PersistEntity, INotifyPropertyChanged, IInstantiableEntity, IIfcTableRow, IPersistEntity, IPersist, IEquatable<IfcTableRow>
Properties
|
Improve this Doc
View Source
IsHeading
Declaration
[EntityAttribute(2, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 2)]
public IfcBoolean? IsHeading { get; set; }
Property Value
|
Improve this Doc
View Source
RowCells
Declaration
[EntityAttribute(1, EntityAttributeState.Optional, EntityAttributeType.List, EntityAttributeType.Class, new int[]{1}, new int[]{-1}, 1)]
public IOptionalItemSet<IfcValue> RowCells { get; }
Property Value
Methods
|
Improve this Doc
View Source
Equals(IfcTableRow)
Declaration
public bool Equals(IfcTableRow other)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Parse(Int32, IPropertyValue, Int32[])
Declaration
public override void Parse(int propIndex, IPropertyValue value, int[] nestedIndex)
Parameters
Type |
Name |
Description |
System.Int32 |
propIndex |
|
IPropertyValue |
value |
|
System.Int32[] |
nestedIndex |
|
Overrides
Explicit Interface Implementations
|
Improve this Doc
View Source
IIfcTableRow.IsHeading
Declaration
IfcBoolean? IIfcTableRow.IsHeading { get; set; }
Returns
|
Improve this Doc
View Source
IIfcTableRow.RowCells
Declaration
IItemSet<IIfcValue> IIfcTableRow.RowCells { get; }
Returns
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>