Interface IIfcEnvironmentalImpactValue
Readonly interface for IfcEnvironmentalImpactValue
Assembly: Xbim.Ifc2x3.dll
Syntax
public interface IIfcEnvironmentalImpactValue : IIfcAppliedValue, IfcObjectReferenceSelect, IIfcObjectReferenceSelect, IExpressSelectType, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
Category
Declaration
IfcEnvironmentalImpactCategoryEnum Category { get; set; }
Property Value
|
Improve this Doc
View Source
ImpactType
Declaration
IfcLabel ImpactType { get; set; }
Property Value
|
Improve this Doc
View Source
UserDefinedCategory
Declaration
IfcLabel? UserDefinedCategory { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcLabel> |
|