Heureka API .NET Documentation
IngvarThinningGuideVersionPine Property



Version of Ingvar thinning guide
Syntax
'Declaration
 
<DescriptionAttribute("Version of Ingvar thinning guide for spruce")>
<CategoryAttribute("4.1 Thinning")>
<DefaultValueAttribute()>
<DisplayNameAttribute("Ingvar Version for Pine, Larch and Contorta")>
<PropertyOrderAttribute(32)>
Public Property IngvarThinningGuideVersionPine As IngvarThinningGuideVersion
'Usage
 
Dim instance As TreatmentModelControlTable
Dim value As IngvarThinningGuideVersion
 
instance.IngvarThinningGuideVersionPine = value
 
value = instance.IngvarThinningGuideVersionPine
[Description("Version of Ingvar thinning guide for spruce")]
[Category("4.1 Thinning")]
[DefaultValue()]
[DisplayName("Ingvar Version for Pine, Larch and Contorta")]
[PropertyOrder(32)]
public IngvarThinningGuideVersion IngvarThinningGuideVersionPine {get; set;}
[Description("Version of Ingvar thinning guide for spruce")]
[Category("4.1 Thinning")]
[DefaultValue()]
[DisplayName("Ingvar Version for Pine, Larch and Contorta")]
[PropertyOrder(32)]
public:
property IngvarThinningGuideVersion IngvarThinningGuideVersionPine {
   IngvarThinningGuideVersion get();
   void set (    IngvarThinningGuideVersion 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