Heureka API .NET Documentation
ApiCompartment Class
Members  Example 



This class is used for holding input data and result data. A compartment object should be filled with data by the client, (such as coordinates and site index) and tree layer descriptions (ApiTreeLayerData
Object Model
ApiCompartment ClassGrowthCalculator ClassApiState ClassSiteData ClassTreatmentUnit Class
Syntax
'Declaration
 
Public Class ApiCompartment 
'Usage
 
Dim instance As ApiCompartment
public class ApiCompartment 
public ref class ApiCompartment 
Example

var compartment = new ApiCompartment(meanAge:62.0, 
                    basalAreaHa:25.0, 
                    meanHeightAllSpecies:18.5, 
                    evenAgedClass:AgeType.EvenAged, 
                    soilMoistureCode:SoilMoistureType.Mesic, 
                    vegetationType:VegetationType.Bilberry, 
                    eastCoordinate:717400.0, 
                    northCoordinate:7165154.0, 
                    altitude:100.0, 
                    siSpecies:SpeciesGroupCode.Pine, 
                    siteIndex:24.0, 
                    projection:KnownCoordinateSystems.Projected.NationalGridsSweden.SWEREF99TM);
Inheritance Hierarchy

System.Object
   Slu.Heureka.HeurekaAPI.Data.ApiCompartment

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 Members
Slu.Heureka.HeurekaAPI.Data Namespace

Send Feedback