Interface IIfcInventory
Readonly interface for IfcInventory
Assembly: Xbim.Ifc4.dll
Syntax
public interface IIfcInventory : IIfcGroup, IIfcObject, IIfcObjectDefinition, IIfcRoot, IfcDefinitionSelect, IIfcDefinitionSelect, IExpressSelectType, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
CurrentValue
Declaration
IIfcCostValue CurrentValue { get; set; }
Property Value
|
Improve this Doc
View Source
Jurisdiction
Declaration
IIfcActorSelect Jurisdiction { get; set; }
Property Value
|
Improve this Doc
View Source
LastUpdateDate
Declaration
IfcDate? LastUpdateDate { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcDate> |
|
|
Improve this Doc
View Source
OriginalValue
Declaration
IIfcCostValue OriginalValue { get; set; }
Property Value
|
Improve this Doc
View Source
PredefinedType
Declaration
IfcInventoryTypeEnum? PredefinedType { get; set; }
Property Value
|
Improve this Doc
View Source
ResponsiblePersons
Declaration
IItemSet<IIfcPerson> ResponsiblePersons { get; }
Property Value