Heureka API .NET Documentation
IsApplicable Method



Syntax
'Declaration
 
Public Function IsApplicable( _
   ByVal pUnit As PredictionUnit _
) As Boolean
'Usage
 
Dim instance As StandGrowthNone
Dim pUnit As PredictionUnit
Dim value As Boolean
 
value = instance.IsApplicable(pUnit)
public bool IsApplicable( 
   PredictionUnit pUnit
)
public:
bool IsApplicable( 
   PredictionUnit^ pUnit
) 

Parameters

pUnit
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

StandGrowthNone Class
StandGrowthNone Members

Send Feedback