Heureka API .NET Documentation
HeightGrowthModel Property



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