Search Results for

    Show / Hide Table of Contents

    Interface IIfcEventTime

    Readonly interface for IfcEventTime

    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 IIfcEventTime : IIfcSchedulingTime, IPersistEntity, IPersist

    Properties

    | Improve this Doc View Source

    ActualDate

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

    EarlyDate

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

    LateDate

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

    ScheduleDate

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