Heureka API .NET Documentation
MeanAge Property (ApiState)



Gets or sets the mean age = basal area weighted mean age of trees for established stands, and mean arithmetic tree age of main species for young stands
Syntax
'Declaration
 
Public Property MeanAge As Double
'Usage
 
Dim instance As ApiState
Dim value As Double
 
instance.MeanAge = value
 
value = instance.MeanAge
public double MeanAge {get; set;}
public:
property double MeanAge {
   double get();
   void set (    double value);
}

Property Value

The mean age.
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