Interface IIfcPresentationLayerWithStyle
Readonly interface for IfcPresentationLayerWithStyle
Assembly: Xbim.Ifc4.dll
Syntax
public interface IIfcPresentationLayerWithStyle : IIfcPresentationLayerAssignment, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
LayerBlocked
Declaration
IfcLogical LayerBlocked { get; set; }
Property Value
|
Improve this Doc
View Source
LayerFrozen
Declaration
IfcLogical LayerFrozen { get; set; }
Property Value
|
Improve this Doc
View Source
LayerOn
Declaration
IfcLogical LayerOn { get; set; }
Property Value
|
Improve this Doc
View Source
LayerStyles
Declaration
IItemSet<IIfcPresentationStyle> LayerStyles { get; }
Property Value