Search Results for

    Show / Hide Table of Contents

    Interface IIfcPropertyTableValue

    Readonly interface for IfcPropertyTableValue

    Inherited Members
    IIfcProperty.Name
    IIfcProperty.Description
    IIfcProperty.PropertyForDependance
    IIfcProperty.PropertyDependsOn
    IIfcProperty.PartOfComplex
    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 IIfcPropertyTableValue : IIfcSimpleProperty, IIfcProperty, IPersistEntity, IPersist

    Properties

    | Improve this Doc View Source

    DefinedUnit

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

    DefinedValues

    Declaration
    IItemSet<IIfcValue> DefinedValues { get; }
    Property Value
    Type Description
    IItemSet<IIfcValue>
    | Improve this Doc View Source

    DefiningUnit

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

    DefiningValues

    Declaration
    IItemSet<IIfcValue> DefiningValues { get; }
    Property Value
    Type Description
    IItemSet<IIfcValue>
    | Improve this Doc View Source

    Expression

    Declaration
    IfcText? Expression { get; set; }
    Property Value
    Type Description
    System.Nullable<IfcText>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim