Heureka API .NET Documentation
FirstEstablishedForestPeriod Method



First period to check.
Last period to check.
Returns the period this unit became established tree within the specified periods, if any; otherwise, returns -1.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
Public Function FirstEstablishedForestPeriod( _
   ByVal firstPeriod As Integer, _
   ByVal lastPeriod As Integer _
) As Integer
'Usage
 
Dim instance As TreatmentUnit
Dim firstPeriod As Integer
Dim lastPeriod As Integer
Dim value As Integer
 
value = instance.FirstEstablishedForestPeriod(firstPeriod, lastPeriod)
[Browsable(false)]
public int FirstEstablishedForestPeriod( 
   int firstPeriod,
   int lastPeriod
)
[Browsable(false)]
public:
int FirstEstablishedForestPeriod( 
   int firstPeriod,
   int lastPeriod
) 

Parameters

firstPeriod
First period to check.
lastPeriod
Last period to check.

Return Value

Period.
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

TreatmentUnit Class
TreatmentUnit Members

Send Feedback