Search Results for

    Show / Hide Table of Contents

    Class IfcExtendedMaterialProperties

    Inheritance
    System.Object
    PersistEntity
    IfcMaterialProperties
    IfcExtendedMaterialProperties
    Implements
    System.ComponentModel.INotifyPropertyChanged
    IIfcMaterialProperties
    IIfcExtendedProperties
    IIfcPropertyAbstraction
    IfcResourceObjectSelect
    IIfcResourceObjectSelect
    IExpressSelectType
    System.IEquatable<IfcMaterialProperties>
    IInstantiableEntity
    IIfcExtendedMaterialProperties
    IIfcMaterialProperties
    IContainsEntityReferences
    IPersistEntity
    IPersist
    System.IEquatable<IfcExtendedMaterialProperties>
    Inherited Members
    IfcMaterialProperties.IIfcMaterialProperties.Material
    IfcMaterialProperties.IIfcExtendedProperties.Name
    IfcMaterialProperties.IIfcExtendedProperties.Description
    IfcMaterialProperties.IIfcExtendedProperties.Properties
    IfcMaterialProperties.IIfcPropertyAbstraction.HasExternalReferences
    IfcMaterialProperties.IIfcMaterialProperties.Material
    IfcMaterialProperties.Material
    IfcMaterialProperties.Equals(IfcMaterialProperties)
    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.Ifc2x3.MaterialPropertyResource
    Assembly: Xbim.Ifc2x3.dll
    Syntax
    [ExpressType("IfcExtendedMaterialProperties", 585)]
    public class IfcExtendedMaterialProperties : IfcMaterialProperties, INotifyPropertyChanged, IIfcMaterialProperties, IIfcExtendedProperties, IIfcPropertyAbstraction, IfcResourceObjectSelect, IIfcResourceObjectSelect, IExpressSelectType, IEquatable<IfcMaterialProperties>, IInstantiableEntity, IIfcExtendedMaterialProperties, IIfcMaterialProperties, IContainsEntityReferences, IPersistEntity, IPersist, IEquatable<IfcExtendedMaterialProperties>

    Properties

    | Improve this Doc View Source

    Description

    Declaration
    [EntityAttribute(3, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 3)]
    public IfcText? Description { get; set; }
    Property Value
    Type Description
    System.Nullable<IfcText>
    | Improve this Doc View Source

    ExtendedProperties

    Declaration
    [EntityAttribute(2, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{1}, new int[]{-1}, 2)]
    public IItemSet<IfcProperty> ExtendedProperties { get; }
    Property Value
    Type Description
    IItemSet<IfcProperty>
    | Improve this Doc View Source

    Name

    Declaration
    [EntityAttribute(4, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 4)]
    public IfcLabel Name { get; set; }
    Property Value
    Type Description
    IfcLabel

    Methods

    | Improve this Doc View Source

    Equals(IfcExtendedMaterialProperties)

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

    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

    IIfcExtendedMaterialProperties.Description

    Declaration
    IfcText? IIfcExtendedMaterialProperties.Description { get; set; }
    Returns
    Type Description
    System.Nullable<IfcText>
    | Improve this Doc View Source

    IIfcExtendedMaterialProperties.ExtendedProperties

    Declaration
    IItemSet<IIfcProperty> IIfcExtendedMaterialProperties.ExtendedProperties { get; }
    Returns
    Type Description
    IItemSet<IIfcProperty>
    | Improve this Doc View Source

    IIfcExtendedMaterialProperties.Name

    Declaration
    IfcLabel IIfcExtendedMaterialProperties.Name { get; set; }
    Returns
    Type Description
    IfcLabel

    Implements

    System.ComponentModel.INotifyPropertyChanged
    IIfcMaterialProperties
    IIfcExtendedProperties
    IIfcPropertyAbstraction
    IfcResourceObjectSelect
    IIfcResourceObjectSelect
    IExpressSelectType
    System.IEquatable<T>
    IInstantiableEntity
    IIfcExtendedMaterialProperties
    IIfcMaterialProperties
    IContainsEntityReferences
    IPersistEntity
    IPersist
    System.IEquatable<T>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim