Interface IIfcMaterialRelationship
Readonly interface for IfcMaterialRelationship
Assembly: Xbim.Ifc4.dll
Syntax
public interface IIfcMaterialRelationship : IIfcResourceLevelRelationship, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
Expression
Declaration
IfcLabel? Expression { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcLabel> |
|
|
Improve this Doc
View Source
Declaration
IItemSet<IIfcMaterial> RelatedMaterials { get; }
Property Value
|
Improve this Doc
View Source
RelatingMaterial
Declaration
IIfcMaterial RelatingMaterial { get; set; }
Property Value