Heureka API .NET Documentation
MeanHeightAllSpeciesExclOverstorey Property



Gets the mean height of the trees (basal area weighted for established stand, arithemtic for young stands)
Syntax
'Declaration
 
Public Property MeanHeightAllSpeciesExclOverstorey As Double
'Usage
 
Dim instance As ApiState
Dim value As Double
 
instance.MeanHeightAllSpeciesExclOverstorey = value
 
value = instance.MeanHeightAllSpeciesExclOverstorey
public double MeanHeightAllSpeciesExclOverstorey {get; set;}
public:
property double MeanHeightAllSpeciesExclOverstorey {
   double get();
   void set (    double value);
}

Property Value

The mean height all species (m).
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

ApiState Class
ApiState Members

Send Feedback