Heureka API .NET Documentation
SetupForPredictionUnit Method (IBarkThickness)



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 _
) 
'Usage
 
Dim instance As IBarkThickness
Dim p As PredictionUnit
 
instance.SetupForPredictionUnit(p)
void SetupForPredictionUnit( 
   PredictionUnit p
)
void SetupForPredictionUnit( 
   PredictionUnit^ p
) 

Parameters

p
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

IBarkThickness Interface
IBarkThickness Members

Send Feedback