Heureka API .NET Documentation
SetupForPredictionUnit Method (IBiomassEstablishedForest)



Prepare the model for calculation on this prediction unit. Initialize coefficients and other required data in this method
Syntax
'Declaration
 
Sub SetupForPredictionUnit( _
   ByVal p As PredictionUnit, _
   ByVal period As Integer _
) 
'Usage
 
Dim instance As IBiomassEstablishedForest
Dim p As PredictionUnit
Dim period As Integer
 
instance.SetupForPredictionUnit(p, period)
void SetupForPredictionUnit( 
   PredictionUnit p,
   int period
)
void SetupForPredictionUnit( 
   PredictionUnit^ p,
   int period
) 

Parameters

p
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

IBiomassEstablishedForest Interface
IBiomassEstablishedForest Members

Send Feedback