Interface IIfcAsset
Readonly interface for IfcAsset
Assembly: Xbim.Ifc2x3.dll
Syntax
public interface IIfcAsset : IIfcGroup, IIfcObject, IIfcObjectDefinition, IIfcRoot, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
AssetID
Declaration
IfcIdentifier AssetID { get; set; }
Property Value
|
Improve this Doc
View Source
CurrentValue
Declaration
IIfcCostValue CurrentValue { get; set; }
Property Value
|
Improve this Doc
View Source
DepreciatedValue
Declaration
IIfcCostValue DepreciatedValue { get; set; }
Property Value
|
Improve this Doc
View Source
IncorporationDate
Declaration
IIfcCalendarDate IncorporationDate { get; set; }
Property Value
|
Improve this Doc
View Source
OriginalValue
Declaration
IIfcCostValue OriginalValue { get; set; }
Property Value
|
Improve this Doc
View Source
Owner
Declaration
IIfcActorSelect Owner { get; set; }
Property Value
|
Improve this Doc
View Source
ResponsiblePerson
Declaration
IIfcPerson ResponsiblePerson { get; set; }
Property Value
|
Improve this Doc
View Source
TotalReplacementCost
Declaration
IIfcCostValue TotalReplacementCost { get; set; }
Property Value
|
Improve this Doc
View Source
User
Declaration
IIfcActorSelect User { get; set; }
Property Value