Heureka API .NET Documentation
IngvarThinningGuideVersionSpruce Property



Version of Ingvar thinning guide
Syntax
'Declaration
 
<DescriptionAttribute("Version of Ingvar thinning guide for spruce and other species than pine, larch and contorta")>
<CategoryAttribute("4.1 Thinning")>
<DefaultValueAttribute()>
<DisplayNameAttribute("Ingvar Version for Spruce ")>
<PropertyOrderAttribute(33)>
Public Property IngvarThinningGuideVersionSpruce As IngvarThinningGuideVersion
'Usage
 
Dim instance As TreatmentModelControlTable
Dim value As IngvarThinningGuideVersion
 
instance.IngvarThinningGuideVersionSpruce = value
 
value = instance.IngvarThinningGuideVersionSpruce
[Description("Version of Ingvar thinning guide for spruce and other species than pine, larch and contorta")]
[Category("4.1 Thinning")]
[DefaultValue()]
[DisplayName("Ingvar Version for Spruce ")]
[PropertyOrder(33)]
public IngvarThinningGuideVersion IngvarThinningGuideVersionSpruce {get; set;}
[Description("Version of Ingvar thinning guide for spruce and other species than pine, larch and contorta")]
[Category("4.1 Thinning")]
[DefaultValue()]
[DisplayName("Ingvar Version for Spruce ")]
[PropertyOrder(33)]
public:
property IngvarThinningGuideVersion IngvarThinningGuideVersionSpruce {
   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