Interface IIfcAsset
Readonly interface for IfcAsset
Assembly: Xbim.Ifc4.dll
Syntax
public interface IIfcAsset : 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
DepreciatedValue
Declaration
IIfcCostValue DepreciatedValue { get; set; }
Property Value
|
Improve this Doc
View Source
Identification
Declaration
IfcIdentifier? Identification { get; set; }
Property Value
|
Improve this Doc
View Source
IncorporationDate
Declaration
IfcDate? IncorporationDate { 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
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