Interface IIfcPropertyTableValue
Readonly interface for IfcPropertyTableValue
Assembly: Xbim.Ifc2x3.dll
Syntax
public interface IIfcPropertyTableValue : IIfcSimpleProperty, IIfcProperty, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
DefinedUnit
Declaration
IIfcUnit DefinedUnit { get; set; }
Property Value
|
Improve this Doc
View Source
DefinedValues
Declaration
IItemSet<IIfcValue> DefinedValues { get; }
Property Value
|
Improve this Doc
View Source
DefiningUnit
Declaration
IIfcUnit DefiningUnit { get; set; }
Property Value
|
Improve this Doc
View Source
DefiningValues
Declaration
IItemSet<IIfcValue> DefiningValues { get; }
Property Value
|
Improve this Doc
View Source
Expression
Declaration
IfcText? Expression { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcText> |
|