Interface IIfcInventory
Readonly interface for IfcInventory
Assembly: Xbim.Ifc2x3.dll
Syntax
public interface IIfcInventory : IIfcGroup, IIfcObject, IIfcObjectDefinition, IIfcRoot, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
CurrentValue
Declaration
IIfcCostValue CurrentValue { get; set; }
Property Value
|
Improve this Doc
View Source
InventoryType
Declaration
IfcInventoryTypeEnum InventoryType { get; set; }
Property Value
|
Improve this Doc
View Source
Jurisdiction
Declaration
IIfcActorSelect Jurisdiction { get; set; }
Property Value
|
Improve this Doc
View Source
LastUpdateDate
Declaration
IIfcCalendarDate LastUpdateDate { get; set; }
Property Value
|
Improve this Doc
View Source
OriginalValue
Declaration
IIfcCostValue OriginalValue { get; set; }
Property Value
|
Improve this Doc
View Source
ResponsiblePersons
Declaration
IItemSet<IIfcPerson> ResponsiblePersons { get; }
Property Value