Interface IIfcMaterialLayerSet
Readonly interface for IfcMaterialLayerSet
Assembly: Xbim.Ifc4.dll
Syntax
public interface IIfcMaterialLayerSet : IIfcMaterialDefinition, IfcMaterialSelect, IIfcMaterialSelect, IfcObjectReferenceSelect, IIfcObjectReferenceSelect, IfcResourceObjectSelect, IIfcResourceObjectSelect, IExpressSelectType, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
Description
Declaration
IfcText? Description { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcText> |
|
|
Improve this Doc
View Source
LayerSetName
Declaration
IfcLabel? LayerSetName { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcLabel> |
|
|
Improve this Doc
View Source
MaterialLayers
Declaration
IItemSet<IIfcMaterialLayer> MaterialLayers { get; }
Property Value
|
Improve this Doc
View Source
TotalThickness
Declaration
IfcLengthMeasure TotalThickness { get; }
Property Value