Heureka API .NET Documentation
CreateTree(PredictionUnit,SpeciesCode,Double,Double,TreeType,TreeCategoryType,Int32,Boolean) Method



Syntax
'Declaration
 
Public Overloads Shared Function CreateTree( _
   ByVal p As PredictionUnit, _
   ByVal species As SpeciesCode, _
   ByVal diameter As Double, _
   ByVal stems As Double, _
   ByVal treeType As TreeType, _
   ByVal treeCategory As TreeCategoryType, _
   ByVal period As Integer, _
   Optional ByVal databaseOrigin As Boolean _
) As Tree
'Usage
 
Dim p As PredictionUnit
Dim species As SpeciesCode
Dim diameter As Double
Dim stems As Double
Dim treeType As TreeType
Dim treeCategory As TreeCategoryType
Dim period As Integer
Dim databaseOrigin As Boolean
Dim value As Tree
 
value = Tree.CreateTree(p, species, diameter, stems, treeType, treeCategory, period, databaseOrigin)

Parameters

p
species
diameter
stems
treeType
treeCategory
period
databaseOrigin
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

Tree Class
Tree Members
Overload List

Send Feedback