Search Results for

    Show / Hide Table of Contents

    Interface IIfcResourceTime

    Readonly interface for IfcResourceTime

    Inherited Members
    IIfcSchedulingTime.Name
    IIfcSchedulingTime.DataOrigin
    IIfcSchedulingTime.UserDefinedDataOrigin
    IPersistEntity.EntityLabel
    IPersistEntity.Model
    IPersistEntity.Activated
    IPersistEntity.ExpressType
    IPersistEntity.ModelOf
    IPersist.Parse(Int32, IPropertyValue, Int32[])
    Namespace: Xbim.Ifc4.Interfaces
    Assembly: Xbim.Ifc4.dll
    Syntax
    public interface IIfcResourceTime : IIfcSchedulingTime, IPersistEntity, IPersist

    Properties

    | Improve this Doc View Source

    ActualFinish

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

    ActualStart

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

    ActualUsage

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

    ActualWork

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

    Completion

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

    IsOverAllocated

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

    LevelingDelay

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

    RemainingUsage

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

    RemainingWork

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

    ScheduleContour

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

    ScheduleFinish

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

    ScheduleStart

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

    ScheduleUsage

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

    ScheduleWork

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

    StatusTime

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