Heureka API .NET Documentation
FromPineToSpruce Method
Example 



The Slu.Heureka.DomainLayer.Forest.SiteData
Converts site index for pine to spruce according to Leijon (1979) according to Boniteringshandboken. Code originally from NFI embedded sql.
Syntax
'Declaration
 
Public Shared Function FromPineToSpruce( _
   ByVal siteIndexPine As Double, _
   ByVal siteData As SiteData _
) As Double
'Usage
 
Dim siteIndexPine As Double
Dim siteData As SiteData
Dim value As Double
 
value = ApiSiteIndexCalculator.FromPineToSpruce(siteIndexPine, siteData)
public static double FromPineToSpruce( 
   double siteIndexPine,
   SiteData siteData
)
public:
static double FromPineToSpruce( 
   double siteIndexPine,
   SiteData^ siteData
) 

Parameters

siteIndexPine
siteData
The Slu.Heureka.DomainLayer.Forest.SiteData
Example
var sis =
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

ApiSiteIndexCalculator Class
ApiSiteIndexCalculator Members

Send Feedback