Heureka API .NET Documentation
AddTreeLayersFromSpeciesData Method



Creates tree layer data for the treatment unit by using similar type of species data that is normally used when importing a stand register to Heureka. In this case, you must not add tree layer data manually.
Syntax
'Declaration
 
Public Sub AddTreeLayersFromSpeciesData( _
   ByVal speciesData As IList(Of ApiSpeciesInputData) _
) 
'Usage
 
Dim instance As ApiCompartment
Dim speciesData As IList(Of ApiSpeciesInputData)
 
instance.AddTreeLayersFromSpeciesData(speciesData)
public void AddTreeLayersFromSpeciesData( 
   IList<ApiSpeciesInputData> speciesData
)
public:
void AddTreeLayersFromSpeciesData( 
   IList<ApiSpeciesInputData^>^ speciesData
) 

Parameters

speciesData
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

ApiCompartment Class
ApiCompartment Members

Send Feedback