Heureka API .NET Documentation
ThinningGuideReductionFactors Property



Syntax
'Declaration
 
<DescriptionAttribute("Thinning guide reduction factors for upper and lower curve. Applies to basal area guides. Example: 0.95 for upper curve means that upper curve is lowered by 5 percent")>
<CategoryAttribute("4.1 Thinning")>
<ObjectDefaultValuesAttribute()>
<DisplayNameAttribute("Thinning Guide Reduction Factors")>
<PropertyOrderAttribute(93)>
Public Property ThinningGuideReductionFactors As ThinningGuideReductionFactors
'Usage
 
Dim instance As TreatmentModelControlTable
Dim value As ThinningGuideReductionFactors
 
instance.ThinningGuideReductionFactors = value
 
value = instance.ThinningGuideReductionFactors
[Description("Thinning guide reduction factors for upper and lower curve. Applies to basal area guides. Example: 0.95 for upper curve means that upper curve is lowered by 5 percent")]
[Category("4.1 Thinning")]
[ObjectDefaultValues()]
[DisplayName("Thinning Guide Reduction Factors")]
[PropertyOrder(93)]
public ThinningGuideReductionFactors ThinningGuideReductionFactors {get; set;}
[Description("Thinning guide reduction factors for upper and lower curve. Applies to basal area guides. Example: 0.95 for upper curve means that upper curve is lowered by 5 percent")]
[Category("4.1 Thinning")]
[ObjectDefaultValues()]
[DisplayName("Thinning Guide Reduction Factors")]
[PropertyOrder(93)]
public:
property ThinningGuideReductionFactors^ ThinningGuideReductionFactors {
   ThinningGuideReductionFactors^ get();
   void set (    ThinningGuideReductionFactors^ 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