Search Results for

    Show / Hide Table of Contents

    Interface IIfcScheduleTimeControl

    Readonly interface for IfcScheduleTimeControl

    Inherited Members
    IIfcControl.Controls
    IIfcObject.ObjectType
    IIfcObject.IsDefinedBy
    IIfcObjectDefinition.HasAssignments
    IIfcObjectDefinition.IsDecomposedBy
    IIfcObjectDefinition.Decomposes
    IIfcObjectDefinition.HasAssociations
    IIfcRoot.GlobalId
    IIfcRoot.OwnerHistory
    IIfcRoot.Name
    IIfcRoot.Description
    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 IIfcScheduleTimeControl : IIfcControl, IIfcObject, IIfcObjectDefinition, IIfcRoot, IPersistEntity, IPersist

    Properties

    | Improve this Doc View Source

    ActualDuration

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

    ActualFinish

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

    ActualStart

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

    Completion

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

    EarlyFinish

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

    EarlyStart

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

    FinishFloat

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

    FreeFloat

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

    IsCritical

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

    LateFinish

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

    LateStart

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

    RemainingTime

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

    ScheduleDuration

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

    ScheduleFinish

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

    ScheduleStart

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

    ScheduleTimeControlAssigned

    Declaration
    IIfcRelAssignsTasks ScheduleTimeControlAssigned { get; }
    Property Value
    Type Description
    IIfcRelAssignsTasks
    | Improve this Doc View Source

    StartFloat

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

    StatusTime

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

    TotalFloat

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