Search Results for

    Show / Hide Table of Contents

    Interface IIfcTimeSeries

    Readonly interface for IfcTimeSeries

    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 IIfcTimeSeries : IfcMetricValueSelect, IIfcMetricValueSelect, IfcObjectReferenceSelect, IIfcObjectReferenceSelect, IExpressSelectType, IPersistEntity, IPersist

    Properties

    | Improve this Doc View Source

    DataOrigin

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

    Description

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

    DocumentedBy

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

    EndTime

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

    Name

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

    StartTime

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

    TimeSeriesDataType

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

    Unit

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

    UserDefinedDataOrigin

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