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