Interface IIfcCompositeProfileDef
Readonly interface for IfcCompositeProfileDef
Assembly: Xbim.Ifc4.dll
Syntax
public interface IIfcCompositeProfileDef : IIfcProfileDef, IfcResourceObjectSelect, IIfcResourceObjectSelect, IExpressSelectType, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
Label
Declaration
IfcLabel? Label { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcLabel> |
|
|
Improve this Doc
View Source
Profiles
Declaration
IItemSet<IIfcProfileDef> Profiles { get; }
Property Value