Interface IIfcStyledItem
Readonly interface for IfcStyledItem
Assembly: Xbim.Ifc2x3.dll
Syntax
public interface IIfcStyledItem : IIfcRepresentationItem, IfcLayeredItem, IIfcLayeredItem, IIfcLayeredItem, IExpressSelectType, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
Item
Declaration
IIfcRepresentationItem Item { get; set; }
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
Styles
Declaration
IItemSet<IIfcPresentationStyleAssignment> Styles { get; }
Property Value