Interface IIfcRepresentationItem
Readonly interface for IfcRepresentationItem
Assembly: Xbim.Ifc2x3.dll
Syntax
public interface IIfcRepresentationItem : IfcLayeredItem, IIfcLayeredItem, IIfcLayeredItem, IExpressSelectType, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
LayerAssignments
Declaration
IEnumerable<IIfcPresentationLayerAssignment> LayerAssignments { get; }
Property Value
|
Improve this Doc
View Source
StyledByItem
Declaration
IEnumerable<IIfcStyledItem> StyledByItem { get; }
Property Value
Type |
Description |
System.Collections.Generic.IEnumerable<IIfcStyledItem> |
|