Search Results for

    Show / Hide Table of Contents

    Interface IIfcRecurrencePattern

    Readonly interface for IfcRecurrencePattern

    Inherited Members
    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 IIfcRecurrencePattern : IPersistEntity, IPersist

    Properties

    | Improve this Doc View Source

    DayComponent

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

    Interval

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

    MonthComponent

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

    Occurrences

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

    Position

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

    RecurrenceType

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

    TimePeriods

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

    WeekdayComponent

    Declaration
    IItemSet<IfcDayInWeekNumber> WeekdayComponent { get; }
    Property Value
    Type Description
    IItemSet<IfcDayInWeekNumber>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim