Heureka API .NET Documentation
SetupForPredictionUnit Method (AgeToBreastHeightElfving)



Predictionunit
/// Assigns age to breast height to species for a predictionunit Prepare the model for calculation on this prediction unit. Initialize coefficients and other required data in this method
Syntax
'Declaration
 
Public Sub SetupForPredictionUnit( _
   ByVal pUnit As PredictionUnit _
) 
'Usage
 
Dim instance As AgeToBreastHeightElfving
Dim pUnit As PredictionUnit
 
instance.SetupForPredictionUnit(pUnit)
public void SetupForPredictionUnit( 
   PredictionUnit pUnit
)
public:
void SetupForPredictionUnit( 
   PredictionUnit^ pUnit
) 

Parameters

pUnit
Predictionunit
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

AgeToBreastHeightElfving Class
AgeToBreastHeightElfving Members

Send Feedback