Interface IIfcRecurrencePattern
Readonly interface for IfcRecurrencePattern
Assembly: Xbim.Ifc4.dll
Syntax
public interface IIfcRecurrencePattern : IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
DayComponent
Declaration
IItemSet<IfcDayInMonthNumber> DayComponent { get; }
Property Value
|
Improve this Doc
View Source
Interval
Declaration
IfcInteger? Interval { get; set; }
Property Value
|
Improve this Doc
View Source
MonthComponent
Declaration
IItemSet<IfcMonthInYearNumber> MonthComponent { get; }
Property Value
|
Improve this Doc
View Source
Occurrences
Declaration
IfcInteger? Occurrences { get; set; }
Property Value
|
Improve this Doc
View Source
Position
Declaration
IfcInteger? Position { get; set; }
Property Value
|
Improve this Doc
View Source
RecurrenceType
Declaration
IfcRecurrenceTypeEnum RecurrenceType { get; set; }
Property Value
|
Improve this Doc
View Source
TimePeriods
Declaration
IItemSet<IIfcTimePeriod> TimePeriods { get; }
Property Value
|
Improve this Doc
View Source
WeekdayComponent
Declaration
IItemSet<IfcDayInWeekNumber> WeekdayComponent { get; }
Property Value