Search Results for

    Show / Hide Table of Contents

    Class IfcPresentationLayerWithStyle

    Inheritance
    System.Object
    PersistEntity
    IfcPresentationLayerAssignment
    IfcPresentationLayerWithStyle
    Implements
    System.ComponentModel.INotifyPropertyChanged
    System.IEquatable<IfcPresentationLayerAssignment>
    IInstantiableEntity
    IIfcPresentationLayerWithStyle
    IIfcPresentationLayerAssignment
    IContainsEntityReferences
    IContainsIndexedReferences
    IPersistEntity
    IPersist
    System.IEquatable<IfcPresentationLayerWithStyle>
    IExpressValidatable
    Inherited Members
    IfcPresentationLayerAssignment.IIfcPresentationLayerAssignment.Name
    IfcPresentationLayerAssignment.IIfcPresentationLayerAssignment.Description
    IfcPresentationLayerAssignment.IIfcPresentationLayerAssignment.AssignedItems
    IfcPresentationLayerAssignment.IIfcPresentationLayerAssignment.Identifier
    IfcPresentationLayerAssignment.Name
    IfcPresentationLayerAssignment.Description
    IfcPresentationLayerAssignment.AssignedItems
    IfcPresentationLayerAssignment.Identifier
    IfcPresentationLayerAssignment.Equals(IfcPresentationLayerAssignment)
    IfcPresentationLayerAssignment.ValidateClause(IfcPresentationLayerAssignment.IfcPresentationLayerAssignmentClause)
    PersistEntity._activated
    PersistEntity.Activate()
    PersistEntity.NotifyPropertyChanged(String)
    PersistEntity.SetValue<TProperty>(Action<TProperty>, TProperty, TProperty, String, Int32)
    PersistEntity.Equals(Object)
    PersistEntity.GetHashCode()
    PersistEntity.ToString()
    PersistEntity.EntityLabel
    PersistEntity.Model
    PersistEntity.ModelOf
    PersistEntity.IPersistEntity.Activated
    PersistEntity.IPersistEntity.ExpressType
    PersistEntity.PropertyChanged
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Xbim.Ifc4.PresentationOrganizationResource
    Assembly: Xbim.Ifc4.dll
    Syntax
    [ExpressType("IfcPresentationLayerWithStyle", 259)]
    public class IfcPresentationLayerWithStyle : IfcPresentationLayerAssignment, INotifyPropertyChanged, IEquatable<IfcPresentationLayerAssignment>, IInstantiableEntity, IIfcPresentationLayerWithStyle, IIfcPresentationLayerAssignment, IContainsEntityReferences, IContainsIndexedReferences, IPersistEntity, IPersist, IEquatable<IfcPresentationLayerWithStyle>, IExpressValidatable

    Properties

    | Improve this Doc View Source

    LayerBlocked

    Declaration
    [EntityAttribute(7, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 7)]
    public IfcLogical LayerBlocked { get; set; }
    Property Value
    Type Description
    IfcLogical
    | Improve this Doc View Source

    LayerFrozen

    Declaration
    [EntityAttribute(6, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 6)]
    public IfcLogical LayerFrozen { get; set; }
    Property Value
    Type Description
    IfcLogical
    | Improve this Doc View Source

    LayerOn

    Declaration
    [EntityAttribute(5, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 5)]
    public IfcLogical LayerOn { get; set; }
    Property Value
    Type Description
    IfcLogical
    | Improve this Doc View Source

    LayerStyles

    Declaration
    [EntityAttribute(8, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{0}, new int[]{-1}, 8)]
    public IItemSet<IfcPresentationStyle> LayerStyles { get; }
    Property Value
    Type Description
    IItemSet<IfcPresentationStyle>

    Methods

    | Improve this Doc View Source

    Equals(IfcPresentationLayerWithStyle)

    Declaration
    public bool Equals(IfcPresentationLayerWithStyle other)
    Parameters
    Type Name Description
    IfcPresentationLayerWithStyle other
    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
    IfcPresentationLayerAssignment.Parse(Int32, IPropertyValue, Int32[])
    | Improve this Doc View Source

    Validate()

    Declaration
    public override IEnumerable<ValidationResult> Validate()
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<ValidationResult>
    Overrides
    IfcPresentationLayerAssignment.Validate()
    | Improve this Doc View Source

    ValidateClause(IfcPresentationLayerWithStyle.IfcPresentationLayerWithStyleClause)

    Tests the express where-clause specified in param 'clause'

    Declaration
    public bool ValidateClause(IfcPresentationLayerWithStyle.IfcPresentationLayerWithStyleClause clause)
    Parameters
    Type Name Description
    IfcPresentationLayerWithStyle.IfcPresentationLayerWithStyleClause clause

    The express clause to test

    Returns
    Type Description
    System.Boolean

    true if the clause is satisfied.

    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
    IfcLogical IIfcPresentationLayerWithStyle.LayerBlocked { get; set; }
    Returns
    Type Description
    IfcLogical
    | Improve this Doc View Source

    IIfcPresentationLayerWithStyle.LayerFrozen

    Declaration
    IfcLogical IIfcPresentationLayerWithStyle.LayerFrozen { get; set; }
    Returns
    Type Description
    IfcLogical
    | Improve this Doc View Source

    IIfcPresentationLayerWithStyle.LayerOn

    Declaration
    IfcLogical IIfcPresentationLayerWithStyle.LayerOn { get; set; }
    Returns
    Type Description
    IfcLogical
    | Improve this Doc View Source

    IIfcPresentationLayerWithStyle.LayerStyles

    Declaration
    IItemSet<IIfcPresentationStyle> IIfcPresentationLayerWithStyle.LayerStyles { get; }
    Returns
    Type Description
    IItemSet<IIfcPresentationStyle>

    Implements

    System.ComponentModel.INotifyPropertyChanged
    System.IEquatable<T>
    IInstantiableEntity
    IIfcPresentationLayerWithStyle
    IIfcPresentationLayerAssignment
    IContainsEntityReferences
    IContainsIndexedReferences
    IPersistEntity
    IPersist
    System.IEquatable<T>
    IExpressValidatable
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim