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