Search Results for

    Show / Hide Table of Contents

    Class IfcRepresentationItem

    Inheritance
    System.Object
    PersistEntity
    IfcRepresentationItem
    IfcGeometricRepresentationItem
    IfcMappedItem
    IfcStyledItem
    IfcTopologicalRepresentationItem
    Implements
    System.ComponentModel.INotifyPropertyChanged
    IIfcRepresentationItem
    IfcLayeredItem
    IIfcLayeredItem
    IExpressSelectType
    IPersistEntity
    IPersist
    System.IEquatable<IfcRepresentationItem>
    Inherited Members
    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.GeometryResource
    Assembly: Xbim.Ifc4.dll
    Syntax
    [ExpressType("IfcRepresentationItem", 31)]
    public abstract class IfcRepresentationItem : PersistEntity, INotifyPropertyChanged, IIfcRepresentationItem, IfcLayeredItem, IIfcLayeredItem, IExpressSelectType, IPersistEntity, IPersist, IEquatable<IfcRepresentationItem>

    Properties

    | Improve this Doc View Source

    LayerAssignment

    Declaration
    [InverseProperty("AssignedItems")]
    [EntityAttribute(-1, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{0}, new int[]{1}, 1)]
    public IEnumerable<IfcPresentationLayerAssignment> LayerAssignment { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<IfcPresentationLayerAssignment>
    | Improve this Doc View Source

    StyledByItem

    Declaration
    [InverseProperty("Item")]
    [EntityAttribute(-1, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{0}, new int[]{1}, 2)]
    public IEnumerable<IfcStyledItem> StyledByItem { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<IfcStyledItem>

    Methods

    | Improve this Doc View Source

    Equals(IfcRepresentationItem)

    Declaration
    public bool Equals(IfcRepresentationItem other)
    Parameters
    Type Name Description
    IfcRepresentationItem 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
    PersistEntity.Parse(Int32, IPropertyValue, Int32[])

    Explicit Interface Implementations

    | Improve this Doc View Source

    IIfcRepresentationItem.LayerAssignment

    Declaration
    IEnumerable<IIfcPresentationLayerAssignment> IIfcRepresentationItem.LayerAssignment { get; }
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<IIfcPresentationLayerAssignment>
    | Improve this Doc View Source

    IIfcRepresentationItem.StyledByItem

    Declaration
    IEnumerable<IIfcStyledItem> IIfcRepresentationItem.StyledByItem { get; }
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<IIfcStyledItem>

    Implements

    System.ComponentModel.INotifyPropertyChanged
    IIfcRepresentationItem
    IfcLayeredItem
    IIfcLayeredItem
    IExpressSelectType
    IPersistEntity
    IPersist
    System.IEquatable<T>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim