Search Results for

    Show / Hide Table of Contents

    Class IfcMaterialDefinition

    Inheritance
    System.Object
    PersistEntity
    IfcMaterialDefinition
    IfcMaterial
    IfcMaterialConstituent
    IfcMaterialConstituentSet
    IfcMaterialLayer
    IfcMaterialLayerSet
    IfcMaterialProfile
    IfcMaterialProfileSet
    Implements
    System.ComponentModel.INotifyPropertyChanged
    IIfcMaterialDefinition
    IfcMaterialSelect
    IIfcMaterialSelect
    IfcObjectReferenceSelect
    IIfcObjectReferenceSelect
    IfcResourceObjectSelect
    IIfcResourceObjectSelect
    IExpressSelectType
    IPersistEntity
    IPersist
    System.IEquatable<IfcMaterialDefinition>
    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.MaterialResource
    Assembly: Xbim.Ifc4.dll
    Syntax
    [ExpressType("IfcMaterialDefinition", 1203)]
    public abstract class IfcMaterialDefinition : PersistEntity, INotifyPropertyChanged, IIfcMaterialDefinition, IfcMaterialSelect, IIfcMaterialSelect, IfcObjectReferenceSelect, IIfcObjectReferenceSelect, IfcResourceObjectSelect, IIfcResourceObjectSelect, IExpressSelectType, IPersistEntity, IPersist, IEquatable<IfcMaterialDefinition>

    Properties

    | Improve this Doc View Source

    AssociatedTo

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

    HasExternalReferences

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

    HasProperties

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

    Methods

    | Improve this Doc View Source

    Equals(IfcMaterialDefinition)

    Declaration
    public bool Equals(IfcMaterialDefinition other)
    Parameters
    Type Name Description
    IfcMaterialDefinition 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

    IIfcMaterialDefinition.AssociatedTo

    Declaration
    IEnumerable<IIfcRelAssociatesMaterial> IIfcMaterialDefinition.AssociatedTo { get; }
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<IIfcRelAssociatesMaterial>
    | Improve this Doc View Source

    IIfcMaterialDefinition.HasExternalReferences

    Declaration
    IEnumerable<IIfcExternalReferenceRelationship> IIfcMaterialDefinition.HasExternalReferences { get; }
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<IIfcExternalReferenceRelationship>
    | Improve this Doc View Source

    IIfcMaterialDefinition.HasProperties

    Declaration
    IEnumerable<IIfcMaterialProperties> IIfcMaterialDefinition.HasProperties { get; }
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<IIfcMaterialProperties>

    Implements

    System.ComponentModel.INotifyPropertyChanged
    IIfcMaterialDefinition
    IfcMaterialSelect
    IIfcMaterialSelect
    IfcObjectReferenceSelect
    IIfcObjectReferenceSelect
    IfcResourceObjectSelect
    IIfcResourceObjectSelect
    IExpressSelectType
    IPersistEntity
    IPersist
    System.IEquatable<T>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim