Interface IIfcAppliedValue
Readonly interface for IfcAppliedValue
Assembly: Xbim.Ifc2x3.dll
Syntax
public interface IIfcAppliedValue : IfcObjectReferenceSelect, IIfcObjectReferenceSelect, IExpressSelectType, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
ApplicableDate
Declaration
IIfcDateTimeSelect ApplicableDate { get; set; }
Property Value
|
Improve this Doc
View Source
AppliedValue
Declaration
IIfcAppliedValueSelect AppliedValue { get; set; }
Property Value
|
Improve this Doc
View Source
Description
Declaration
IfcText? Description { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcText> |
|
|
Improve this Doc
View Source
FixedUntilDate
Declaration
IIfcDateTimeSelect FixedUntilDate { get; set; }
Property Value
|
Improve this Doc
View Source
IsComponentIn
Declaration
IEnumerable<IIfcAppliedValueRelationship> IsComponentIn { get; }
Property Value
|
Improve this Doc
View Source
Name
Declaration
IfcLabel? Name { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcLabel> |
|
|
Improve this Doc
View Source
UnitBasis
Declaration
IIfcMeasureWithUnit UnitBasis { get; set; }
Property Value
|
Improve this Doc
View Source
ValueOfComponents
Declaration
IEnumerable<IIfcAppliedValueRelationship> ValueOfComponents { get; }
Property Value
|
Improve this Doc
View Source
ValuesReferenced
Declaration
IEnumerable<IIfcReferencesValueDocument> ValuesReferenced { get; }
Property Value