Slu.Heureka.DomainLayer.Forest Namespace > Tree Class > CreateTree Method : CreateTree(PredictionUnit,SpeciesCode,Single,Single,TreeType,TreeCategoryType,Single,Boolean) Method |
'Declaration
Public Overloads Shared Function CreateTree( _ ByVal p As PredictionUnit, _ ByVal species As SpeciesCode, _ ByVal diameter As Single, _ ByVal stems As Single, _ ByVal treeType As TreeType, _ ByVal treeCategory As TreeCategoryType, _ ByVal height As Single, _ Optional ByVal databaseOrigin As Boolean _ ) As Tree
'Usage
Dim p As PredictionUnit Dim species As SpeciesCode Dim diameter As Single Dim stems As Single Dim treeType As TreeType Dim treeCategory As TreeCategoryType Dim height As Single Dim databaseOrigin As Boolean Dim value As Tree value = Tree.CreateTree(p, species, diameter, stems, treeType, treeCategory, height, databaseOrigin)
public static Tree CreateTree( PredictionUnit p, SpeciesCode species, float diameter, float stems, TreeType treeType, TreeCategoryType treeCategory, float height, bool databaseOrigin )
public: static Tree^ CreateTree( PredictionUnit^ p, SpeciesCode species, float diameter, float stems, TreeType treeType, TreeCategoryType treeCategory, float height, 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