Interface IIfcPresentationLayerWithStyle
Readonly interface for IfcPresentationLayerWithStyle
Assembly: Xbim.Ifc2x3.dll
Syntax
public interface IIfcPresentationLayerWithStyle : IIfcPresentationLayerAssignment, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
LayerBlocked
Declaration
bool? LayerBlocked { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
|
Improve this Doc
View Source
LayerFrozen
Declaration
bool? LayerFrozen { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
|
Improve this Doc
View Source
LayerOn
Declaration
bool? LayerOn { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
|
Improve this Doc
View Source
LayerStyles
Declaration
IItemSet<IIfcPresentationStyleSelect> LayerStyles { get; }
Property Value