Interface IIfcPropertyBoundedValue
Readonly interface for IfcPropertyBoundedValue
Assembly: Xbim.Ifc2x3.dll
Syntax
public interface IIfcPropertyBoundedValue : IIfcSimpleProperty, IIfcProperty, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
LowerBoundValue
Declaration
IIfcValue LowerBoundValue { 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