Class IfcPresentationLayerWithStyle
Inheritance
System.Object
IfcPresentationLayerWithStyle
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Xbim.Ifc2x3.dll
Syntax
[ExpressType("IfcPresentationLayerWithStyle", 259)]
public class IfcPresentationLayerWithStyle : IfcPresentationLayerAssignment, INotifyPropertyChanged, IEquatable<IfcPresentationLayerAssignment>, IIfcPresentationLayerWithStyle, IIfcPresentationLayerAssignment, IInstantiableEntity, IIfcPresentationLayerWithStyle, IIfcPresentationLayerAssignment, IContainsEntityReferences, IContainsIndexedReferences, IPersistEntity, IPersist, IEquatable<IfcPresentationLayerWithStyle>
Properties
|
Improve this Doc
View Source
LayerBlocked
Declaration
[EntityAttribute(7, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 7)]
public bool? LayerBlocked { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
|
Improve this Doc
View Source
LayerFrozen
Declaration
[EntityAttribute(6, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 6)]
public bool? LayerFrozen { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
|
Improve this Doc
View Source
LayerOn
Declaration
[EntityAttribute(5, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 5)]
public bool? LayerOn { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
|
Improve this Doc
View Source
LayerStyles
Declaration
[EntityAttribute(8, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{0}, new int[]{-1}, 8)]
public IItemSet<IfcPresentationStyleSelect> LayerStyles { get; }
Property Value
Methods
|
Improve this Doc
View Source
Equals(IfcPresentationLayerWithStyle)
Declaration
public bool Equals(IfcPresentationLayerWithStyle other)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Parse(Int32, IPropertyValue, Int32[])
Declaration
public override void Parse(int propIndex, IPropertyValue value, int[] nestedIndex)
Parameters
Type |
Name |
Description |
System.Int32 |
propIndex |
|
IPropertyValue |
value |
|
System.Int32[] |
nestedIndex |
|
Overrides
Explicit Interface Implementations
|
Improve this Doc
View Source
IContainsEntityReferences.References
Declaration
IEnumerable<IPersistEntity> IContainsEntityReferences.References { get; }
Returns
Type |
Description |
System.Collections.Generic.IEnumerable<IPersistEntity> |
|
|
Improve this Doc
View Source
IContainsIndexedReferences.IndexedReferences
Declaration
IEnumerable<IPersistEntity> IContainsIndexedReferences.IndexedReferences { get; }
Returns
Type |
Description |
System.Collections.Generic.IEnumerable<IPersistEntity> |
|
|
Improve this Doc
View Source
IIfcPresentationLayerWithStyle.LayerBlocked
Declaration
bool? IIfcPresentationLayerWithStyle.LayerBlocked { get; set; }
Returns
Type |
Description |
System.Nullable<System.Boolean> |
|
|
Improve this Doc
View Source
IIfcPresentationLayerWithStyle.LayerFrozen
Declaration
bool? IIfcPresentationLayerWithStyle.LayerFrozen { get; set; }
Returns
Type |
Description |
System.Nullable<System.Boolean> |
|
|
Improve this Doc
View Source
IIfcPresentationLayerWithStyle.LayerOn
Declaration
bool? IIfcPresentationLayerWithStyle.LayerOn { get; set; }
Returns
Type |
Description |
System.Nullable<System.Boolean> |
|
|
Improve this Doc
View Source
IIfcPresentationLayerWithStyle.LayerStyles
Declaration
IItemSet<IIfcPresentationStyleSelect> IIfcPresentationLayerWithStyle.LayerStyles { get; }
Returns
|
Improve this Doc
View Source
IIfcPresentationLayerWithStyle.LayerBlocked
Declaration
[CrossSchemaAttribute(typeof(IIfcPresentationLayerWithStyle), 7)]
IfcLogical IIfcPresentationLayerWithStyle.LayerBlocked { get; set; }
Returns
|
Improve this Doc
View Source
IIfcPresentationLayerWithStyle.LayerFrozen
Declaration
[CrossSchemaAttribute(typeof(IIfcPresentationLayerWithStyle), 6)]
IfcLogical IIfcPresentationLayerWithStyle.LayerFrozen { get; set; }
Returns
|
Improve this Doc
View Source
IIfcPresentationLayerWithStyle.LayerOn
Declaration
[CrossSchemaAttribute(typeof(IIfcPresentationLayerWithStyle), 5)]
IfcLogical IIfcPresentationLayerWithStyle.LayerOn { get; set; }
Returns
|
Improve this Doc
View Source
IIfcPresentationLayerWithStyle.LayerStyles
Declaration
[CrossSchemaAttribute(typeof(IIfcPresentationLayerWithStyle), 8)]
IItemSet<IIfcPresentationStyle> IIfcPresentationLayerWithStyle.LayerStyles { get; }
Returns
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>