Slu.Heureka.DomainLayer.Forest Namespace > Tree Class > CreateTree Method : CreateTree(PredictionUnit,SpeciesCode,Double,Double,TreeType,TreeCategoryType,Boolean) Method |
'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, _ 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 databaseOrigin As Boolean Dim value As Tree value = Tree.CreateTree(p, species, diameter, stems, treeType, treeCategory, databaseOrigin)
public static Tree CreateTree( PredictionUnit p, SpeciesCode species, double diameter, double stems, TreeType treeType, TreeCategoryType treeCategory, bool databaseOrigin )
public: static Tree^ CreateTree( PredictionUnit^ p, SpeciesCode species, double diameter, double stems, TreeType treeType, TreeCategoryType treeCategory, bool databaseOrigin )
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