Search Results for

    Show / Hide Table of Contents

    Interface IIfcAppliedValue

    Readonly interface for IfcAppliedValue

    Inherited Members
    IPersistEntity.EntityLabel
    IPersistEntity.Model
    IPersistEntity.Activated
    IPersistEntity.ExpressType
    IPersistEntity.ModelOf
    IPersist.Parse(Int32, IPropertyValue, Int32[])
    Namespace: Xbim.Ifc2x3.Interfaces
    Assembly: Xbim.Ifc2x3.dll
    Syntax
    public interface IIfcAppliedValue : IfcObjectReferenceSelect, IIfcObjectReferenceSelect, IExpressSelectType, IPersistEntity, IPersist

    Properties

    | Improve this Doc View Source

    ApplicableDate

    Declaration
    IIfcDateTimeSelect ApplicableDate { get; set; }
    Property Value
    Type Description
    IIfcDateTimeSelect
    | Improve this Doc View Source

    AppliedValue

    Declaration
    IIfcAppliedValueSelect AppliedValue { get; set; }
    Property Value
    Type Description
    IIfcAppliedValueSelect
    | Improve this Doc View Source

    Description

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

    FixedUntilDate

    Declaration
    IIfcDateTimeSelect FixedUntilDate { get; set; }
    Property Value
    Type Description
    IIfcDateTimeSelect
    | Improve this Doc View Source

    IsComponentIn

    Declaration
    IEnumerable<IIfcAppliedValueRelationship> IsComponentIn { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<IIfcAppliedValueRelationship>
    | Improve this Doc View Source

    Name

    Declaration
    IfcLabel? Name { get; set; }
    Property Value
    Type Description
    System.Nullable<IfcLabel>
    | Improve this Doc View Source

    UnitBasis

    Declaration
    IIfcMeasureWithUnit UnitBasis { get; set; }
    Property Value
    Type Description
    IIfcMeasureWithUnit
    | Improve this Doc View Source

    ValueOfComponents

    Declaration
    IEnumerable<IIfcAppliedValueRelationship> ValueOfComponents { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<IIfcAppliedValueRelationship>
    | Improve this Doc View Source

    ValuesReferenced

    Declaration
    IEnumerable<IIfcReferencesValueDocument> ValuesReferenced { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<IIfcReferencesValueDocument>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim