Heureka API .NET Documentation
UseSIManagement Property



Gets or sets if SI Management is to be used when calculating MinFFAge
Syntax
'Declaration
 
<DescriptionAttribute("True if SI Management is to be used for calculating Min final felling age, planting density and precommercial thinning stem density. If false SIS is used.")>
<CategoryAttribute("5. Final Felling")>
<DefaultValueAttribute()>
<DisplayNameAttribute("Use SI Management")>
<PropertyOrderAttribute(60)>
Public Property UseSIManagement As Boolean
'Usage
 
Dim instance As TreatmentModelControlTable
Dim value As Boolean
 
instance.UseSIManagement = value
 
value = instance.UseSIManagement
[Description("True if SI Management is to be used for calculating Min final felling age, planting density and precommercial thinning stem density. If false SIS is used.")]
[Category("5. Final Felling")]
[DefaultValue()]
[DisplayName("Use SI Management")]
[PropertyOrder(60)]
public bool UseSIManagement {get; set;}
[Description("True if SI Management is to be used for calculating Min final felling age, planting density and precommercial thinning stem density. If false SIS is used.")]
[Category("5. Final Felling")]
[DefaultValue()]
[DisplayName("Use SI Management")]
[PropertyOrder(60)]
public:
property bool UseSIManagement {
   bool get();
   void set (    bool 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