Search Results for

    Show / Hide Table of Contents

    Class IfcMaterialProperties

    Inheritance
    System.Object
    PersistEntity
    IfcMaterialProperties
    IfcExtendedMaterialProperties
    IfcFuelProperties
    IfcGeneralMaterialProperties
    IfcHygroscopicMaterialProperties
    IfcMechanicalMaterialProperties
    IfcOpticalMaterialProperties
    IfcProductsOfCombustionProperties
    IfcThermalMaterialProperties
    IfcWaterProperties
    Implements
    System.ComponentModel.INotifyPropertyChanged
    IIfcMaterialProperties
    IIfcExtendedProperties
    IIfcPropertyAbstraction
    IfcResourceObjectSelect
    IIfcResourceObjectSelect
    IExpressSelectType
    IIfcMaterialProperties
    IPersistEntity
    IPersist
    System.IEquatable<IfcMaterialProperties>
    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.Ifc2x3.MaterialPropertyResource
    Assembly: Xbim.Ifc2x3.dll
    Syntax
    [ExpressType("IfcMaterialProperties", 437)]
    public abstract class IfcMaterialProperties : PersistEntity, INotifyPropertyChanged, IIfcMaterialProperties, IIfcExtendedProperties, IIfcPropertyAbstraction, IfcResourceObjectSelect, IIfcResourceObjectSelect, IExpressSelectType, IIfcMaterialProperties, IPersistEntity, IPersist, IEquatable<IfcMaterialProperties>

    Properties

    | Improve this Doc View Source

    Material

    Declaration
    [EntityAttribute(1, EntityAttributeState.Mandatory, EntityAttributeType.Class, EntityAttributeType.None, null, null, 1)]
    public IfcMaterial Material { get; set; }
    Property Value
    Type Description
    IfcMaterial

    Methods

    | Improve this Doc View Source

    Equals(IfcMaterialProperties)

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

    IIfcMaterialProperties.Material

    Declaration
    IIfcMaterial IIfcMaterialProperties.Material { get; set; }
    Returns
    Type Description
    IIfcMaterial
    | Improve this Doc View Source

    IIfcExtendedProperties.Description

    Declaration
    [CrossSchemaAttribute(typeof(IIfcMaterialProperties), 2)]
    IfcText? IIfcExtendedProperties.Description { get; set; }
    Returns
    Type Description
    System.Nullable<IfcText>
    | Improve this Doc View Source

    IIfcExtendedProperties.Name

    Declaration
    [CrossSchemaAttribute(typeof(IIfcMaterialProperties), 1)]
    IfcIdentifier? IIfcExtendedProperties.Name { get; set; }
    Returns
    Type Description
    System.Nullable<IfcIdentifier>
    | Improve this Doc View Source

    IIfcExtendedProperties.Properties

    Declaration
    [CrossSchemaAttribute(typeof(IIfcMaterialProperties), 3)]
    IEnumerable<IIfcProperty> IIfcExtendedProperties.Properties { get; }
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<IIfcProperty>
    | Improve this Doc View Source

    IIfcMaterialProperties.Material

    Declaration
    [CrossSchemaAttribute(typeof(IIfcMaterialProperties), 4)]
    IIfcMaterialDefinition IIfcMaterialProperties.Material { get; set; }
    Returns
    Type Description
    IIfcMaterialDefinition
    | Improve this Doc View Source

    IIfcPropertyAbstraction.HasExternalReferences

    Declaration
    IEnumerable<IIfcExternalReferenceRelationship> IIfcPropertyAbstraction.HasExternalReferences { get; }
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<IIfcExternalReferenceRelationship>

    Implements

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