Click or drag to resize

PeriodicSchedulerGetProfileAt 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: 16.0.0.0 (11.1.1.1111)
Syntax
C#
public IOneDayProfile GetProfileAt(
	int index
)

Parameters

index
Type: SystemInt32
index in list to retrieve

Return Value

Type: IOneDayProfile

Implements

IPeriodicSchedulerGetProfileAt(Int32)
See Also