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