Interface IIfcQuantityArea
Readonly interface for IfcQuantityArea
Assembly: Xbim.Ifc4.dll
Syntax
public interface IIfcQuantityArea : IIfcPhysicalSimpleQuantity, IIfcPhysicalQuantity, IfcResourceObjectSelect, IIfcResourceObjectSelect, IExpressSelectType, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
AreaValue
Declaration
IfcAreaMeasure AreaValue { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
IfcLabel? Formula { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcLabel> |
|