Interface IIfcCostItem
Readonly interface for IfcCostItem
Assembly: Xbim.Ifc4.dll
Syntax
public interface IIfcCostItem : IIfcControl, IIfcObject, IIfcObjectDefinition, IIfcRoot, IfcDefinitionSelect, IIfcDefinitionSelect, IExpressSelectType, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
CostQuantities
Declaration
IItemSet<IIfcPhysicalQuantity> CostQuantities { get; }
Property Value
|
Improve this Doc
View Source
CostValues
Declaration
IItemSet<IIfcCostValue> CostValues { get; }
Property Value
|
Improve this Doc
View Source
PredefinedType
Declaration
IfcCostItemTypeEnum? PredefinedType { get; set; }
Property Value