Heureka API .NET Documentation
StandGrowthElfvingMinDiameter Property



Minimum diameter for which Elfving stand growth model applies
Syntax
'Declaration
 
<BrowsableAttribute(False)>
<DefaultValueAttribute()>
Public Property StandGrowthElfvingMinDiameter As Double
'Usage
 
Dim instance As ProductionModelControlTable
Dim value As Double
 
instance.StandGrowthElfvingMinDiameter = value
 
value = instance.StandGrowthElfvingMinDiameter
[Browsable(false)]
[DefaultValue()]
public double StandGrowthElfvingMinDiameter {get; set;}
[Browsable(false)]
[DefaultValue()]
public:
property double StandGrowthElfvingMinDiameter {
   double get();
   void set (    double value);
}
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

ProductionModelControlTable Class
ProductionModelControlTable Members

Send Feedback