Heureka API .NET Documentation
ApiCompartment Constructor(DateTime,SiteData,IList<ApiSpeciesInputData>)



Date for which the input data refers.
[OPTIONAL] If supplied, the tree layer data for the treatment unit will be populated using the type of species data normally used when importing
Constructor taking an existing SiteData object as argument instead of an explict list of stand and site description variables. Use to create a SiteData object.
Syntax
'Declaration
 
Public Function New( _
   ByVal startDate As Date, _
   ByVal siteData As SiteData, _
   Optional ByVal speciesData As IList(Of ApiSpeciesInputData) _
)
'Usage
 
Dim startDate As Date
Dim siteData As SiteData
Dim speciesData As IList(Of ApiSpeciesInputData)
 
Dim instance As New ApiCompartment(startDate, siteData, speciesData)

Parameters

startDate
Date for which the input data refers.
siteData
speciesData
[OPTIONAL] If supplied, the tree layer data for the treatment unit will be populated using the type of species data normally used when importing
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
Overload List
CreateSiteDataObject(AgeType,SoilMoistureType,VegetationType,Double,Double,Double,SpeciesGroupCode,Double,Nullable<GroundLayerType>,Nullable<SoilDepth>,Nullable<TextureType>,Boolean,Boolean,ProjectionInfo) Method

Send Feedback