Heureka API .NET Documentation
SiteIndex Property (TreatmentModelControlTable)



site index for fertilization (min and max)
Syntax
'Declaration
 
<DescriptionAttribute("Min and max Site Index for fertilization")>
<CategoryAttribute("6. Fertilization")>
<ObjectDefaultValuesAttribute()>
<DisplayNameAttribute("Site Index Range")>
<PropertyOrderAttribute(30)>
Public Property SiteIndex As MinMax
'Usage
 
Dim instance As TreatmentModelControlTable
Dim value As MinMax
 
instance.SiteIndex = value
 
value = instance.SiteIndex
[Description("Min and max Site Index for fertilization")]
[Category("6. Fertilization")]
[ObjectDefaultValues()]
[DisplayName("Site Index Range")]
[PropertyOrder(30)]
public MinMax SiteIndex {get; set;}
[Description("Min and max Site Index for fertilization")]
[Category("6. Fertilization")]
[ObjectDefaultValues()]
[DisplayName("Site Index Range")]
[PropertyOrder(30)]
public:
property MinMax^ SiteIndex {
   MinMax^ get();
   void set (    MinMax^ 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

TreatmentModelControlTable Class
TreatmentModelControlTable Members

Send Feedback