Heureka API .NET Documentation
SaplingHeightGrowthModel Property



Sapling Height Growth Model
Syntax
'Declaration
 
<DescriptionAttribute("Sapling height growth model")>
<CategoryAttribute("3. Regeneration")>
<DefaultValueAttribute()>
<DisplayNameAttribute("Sapling Height Growth Model")>
<PropertyOrderAttribute(60)>
<BrowsableAttribute(False)>
Public ReadOnly Property SaplingHeightGrowthModel As SaplingHeightGrowthModelType
'Usage
 
Dim instance As ProductionModelControlTable
Dim value As SaplingHeightGrowthModelType
 
value = instance.SaplingHeightGrowthModel
[Description("Sapling height growth model")]
[Category("3. Regeneration")]
[DefaultValue()]
[DisplayName("Sapling Height Growth Model")]
[PropertyOrder(60)]
[Browsable(false)]
public SaplingHeightGrowthModelType SaplingHeightGrowthModel {get;}
[Description("Sapling height growth model")]
[Category("3. Regeneration")]
[DefaultValue()]
[DisplayName("Sapling Height Growth Model")]
[PropertyOrder(60)]
[Browsable(false)]
public:
property SaplingHeightGrowthModelType SaplingHeightGrowthModel {
   SaplingHeightGrowthModelType get();
}
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