Heureka API .NET Documentation
GetTacticalPeriods Method



Get an enumerable of the period ranges of a tactical simulation
Syntax
'Declaration
 
<IteratorStateMachineAttribute(Slu.Heureka.DomainLayer.Forest.PeriodHandler+d__9)> 
Public Shared Function GetTacticalPeriods( _ 
   ByVal tacticalPeriods As Integer, _ 
   ByVal periodLengthTactical As Integer, _ 
   ByVal tacticalPeriodMidth As Boolean, _ 
   ByVal additionalPeriodsPeriodMidth As Boolean _ 
) As IEnumerable(Of PeriodRange)
'Usage
 
Dim tacticalPeriods As Integer
Dim periodLengthTactical As Integer
Dim tacticalPeriodMidth As Boolean
Dim additionalPeriodsPeriodMidth As Boolean
Dim value As IEnumerable(Of PeriodRange)
 
value = PeriodHandler.GetTacticalPeriods(tacticalPeriods, periodLengthTactical, tacticalPeriodMidth, additionalPeriodsPeriodMidth)
[IteratorStateMachine(Slu.Heureka.DomainLayer.Forest.PeriodHandler+d__9)] 
public static IEnumerable<PeriodRange> GetTacticalPeriods( 
   int tacticalPeriods, 
   int periodLengthTactical, 
   bool tacticalPeriodMidth, 
   bool additionalPeriodsPeriodMidth 
)
[IteratorStateMachine(Slu.Heureka.DomainLayer.Forest.PeriodHandler+d__9)] 
public: 
static IEnumerable<PeriodRange>^ GetTacticalPeriods( 
   int tacticalPeriods, 
   int periodLengthTactical, 
   bool tacticalPeriodMidth, 
   bool additionalPeriodsPeriodMidth 
) 

Parameters

tacticalPeriods
periodLengthTactical
tacticalPeriodMidth
additionalPeriodsPeriodMidth
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PeriodHandler Class
PeriodHandler Members

Send Feedback