Heureka API .NET Documentation
MeanDiameterDgvExclOverstorey Property (ApiState)



Gets the mean basal area weighted mean diameter (cm)
Syntax
'Declaration
 
Public Property MeanDiameterDgvExclOverstorey As Double
'Usage
 
Dim instance As ApiState
Dim value As Double
 
instance.MeanDiameterDgvExclOverstorey = value
 
value = instance.MeanDiameterDgvExclOverstorey
public double MeanDiameterDgvExclOverstorey {get; set;}
public:
property double MeanDiameterDgvExclOverstorey {
   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