Interface IIfcCurrencyRelationship
Readonly interface for IfcCurrencyRelationship
Assembly: Xbim.Ifc4.dll
Syntax
public interface IIfcCurrencyRelationship : IIfcResourceLevelRelationship, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
ExchangeRate
Declaration
IfcPositiveRatioMeasure ExchangeRate { get; set; }
Property Value
|
Improve this Doc
View Source
RateDateTime
Declaration
IfcDateTime? RateDateTime { get; set; }
Property Value
|
Improve this Doc
View Source
RateSource
Declaration
IIfcLibraryInformation RateSource { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
IIfcMonetaryUnit RelatedMonetaryUnit { get; set; }
Property Value
|
Improve this Doc
View Source
RelatingMonetaryUnit
Declaration
IIfcMonetaryUnit RelatingMonetaryUnit { get; set; }
Property Value