Search Results for

    Show / Hide Table of Contents

    Class IfcOpticalMaterialProperties

    Inheritance
    System.Object
    PersistEntity
    IfcMaterialProperties
    IfcOpticalMaterialProperties
    Implements
    System.ComponentModel.INotifyPropertyChanged
    IIfcMaterialProperties
    IIfcExtendedProperties
    IIfcPropertyAbstraction
    IfcResourceObjectSelect
    IIfcResourceObjectSelect
    IExpressSelectType
    System.IEquatable<IfcMaterialProperties>
    IInstantiableEntity
    IIfcOpticalMaterialProperties
    IIfcMaterialProperties
    IContainsEntityReferences
    IPersistEntity
    IPersist
    System.IEquatable<IfcOpticalMaterialProperties>
    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("IfcOpticalMaterialProperties", 718)]
    public class IfcOpticalMaterialProperties : IfcMaterialProperties, INotifyPropertyChanged, IIfcMaterialProperties, IIfcExtendedProperties, IIfcPropertyAbstraction, IfcResourceObjectSelect, IIfcResourceObjectSelect, IExpressSelectType, IEquatable<IfcMaterialProperties>, IInstantiableEntity, IIfcOpticalMaterialProperties, IIfcMaterialProperties, IContainsEntityReferences, IPersistEntity, IPersist, IEquatable<IfcOpticalMaterialProperties>

    Properties

    | Improve this Doc View Source

    SolarReflectanceBack

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

    SolarReflectanceFront

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

    SolarTransmittance

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

    ThermalIrEmissivityBack

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

    ThermalIrEmissivityFront

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

    ThermalIrTransmittance

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

    VisibleReflectanceBack

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

    VisibleReflectanceFront

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

    VisibleTransmittance

    Declaration
    [EntityAttribute(2, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 2)]
    public IfcPositiveRatioMeasure? VisibleTransmittance { get; set; }
    Property Value
    Type Description
    System.Nullable<IfcPositiveRatioMeasure>

    Methods

    | Improve this Doc View Source

    Equals(IfcOpticalMaterialProperties)

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

    IIfcOpticalMaterialProperties.SolarReflectanceBack

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

    IIfcOpticalMaterialProperties.SolarReflectanceFront

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

    IIfcOpticalMaterialProperties.SolarTransmittance

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

    IIfcOpticalMaterialProperties.ThermalIrEmissivityBack

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

    IIfcOpticalMaterialProperties.ThermalIrEmissivityFront

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

    IIfcOpticalMaterialProperties.ThermalIrTransmittance

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

    IIfcOpticalMaterialProperties.VisibleReflectanceBack

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

    IIfcOpticalMaterialProperties.VisibleReflectanceFront

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

    IIfcOpticalMaterialProperties.VisibleTransmittance

    Declaration
    IfcPositiveRatioMeasure? IIfcOpticalMaterialProperties.VisibleTransmittance { get; set; }
    Returns
    Type Description
    System.Nullable<IfcPositiveRatioMeasure>

    Implements

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