PeriodicSchedulerGetScheduleAt Method |
Return the Schedule for the Schedule-dailyPattern pair at the specified index
Namespace:
DHI.Mike1D.BoundaryModule.PeriodicItem
Assembly:
DHI.Mike1D.BoundaryModule (in DHI.Mike1D.BoundaryModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public IPeriodicSchedule GetScheduleAt(
int index
)
Public Function GetScheduleAt (
index As Integer
) As IPeriodicSchedule
public:
virtual IPeriodicSchedule^ GetScheduleAt(
int index
) sealed
Parameters
- index
- Type: SystemInt32
index in list to retrieve
Return Value
Type:
IPeriodicSchedule[Missing <returns> documentation for "M:DHI.Mike1D.BoundaryModule.PeriodicItem.PeriodicScheduler.GetScheduleAt(System.Int32)"]
Implements
IPeriodicSchedulerGetScheduleAt(Int32)See Also