Heureka API .NET Documentation
WholeStandGrowthModel Property



Stand Growth Model
Syntax
'Declaration
 
<ObsoleteAttribute()>
<BrowsableAttribute(False)>
Public Property WholeStandGrowthModel As StandGrowthModelType
'Usage
 
Dim instance As ProductionModelControlTable
Dim value As StandGrowthModelType
 
instance.WholeStandGrowthModel = value
 
value = instance.WholeStandGrowthModel
[Obsolete()]
[Browsable(false)]
public StandGrowthModelType WholeStandGrowthModel {get; set;}
[Obsolete()]
[Browsable(false)]
public:
property StandGrowthModelType WholeStandGrowthModel {
   StandGrowthModelType get();
   void set (    StandGrowthModelType 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