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