Interface IIfcPropertyBoundedValue
Readonly interface for IfcPropertyBoundedValue
Assembly: Xbim.Ifc4.dll
Syntax
public interface IIfcPropertyBoundedValue : IIfcSimpleProperty, IIfcProperty, IIfcPropertyAbstraction, IfcResourceObjectSelect, IIfcResourceObjectSelect, IExpressSelectType, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
LowerBoundValue
Declaration
IIfcValue LowerBoundValue { get; set; }
Property Value
|
Improve this Doc
View Source
SetPointValue
Declaration
IIfcValue SetPointValue { get; set; }
Property Value
|
Improve this Doc
View Source
Unit
Declaration
IIfcUnit Unit { get; set; }
Property Value
|
Improve this Doc
View Source
UpperBoundValue
Declaration
IIfcValue UpperBoundValue { get; set; }
Property Value