IPeriodicSchedulerGetScheduleAt 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)
SyntaxIPeriodicSchedule GetScheduleAt(
	int index
)
Function GetScheduleAt ( 
	index As Integer
) As IPeriodicSchedule
IPeriodicSchedule^ GetScheduleAt(
	int index
)
Parameters
- index
 - Type: SystemInt32
index in list to retrieve 
Return Value
Type: 
IPeriodicSchedule[Missing <returns> documentation for "M:DHI.Mike1D.BoundaryModule.PeriodicItem.IPeriodicScheduler.GetScheduleAt(System.Int32)"]
See Also