Heureka API .NET Documentation
ThinningGuideType Property



Type of thinning guide
Syntax
'Declaration
 
<DescriptionAttribute("Thinning guide to use.")>
<CategoryAttribute("4.1 Thinning")>
<DefaultValueAttribute()>
<DisplayNameAttribute("Thinning Guide")>
<PropertyOrderAttribute(10)>
Public Property ThinningGuideType As ThinningGuideType
'Usage
 
Dim instance As TreatmentModelControlTable
Dim value As ThinningGuideType
 
instance.ThinningGuideType = value
 
value = instance.ThinningGuideType
[Description("Thinning guide to use.")]
[Category("4.1 Thinning")]
[DefaultValue()]
[DisplayName("Thinning Guide")]
[PropertyOrder(10)]
public ThinningGuideType ThinningGuideType {get; set;}
[Description("Thinning guide to use.")]
[Category("4.1 Thinning")]
[DefaultValue()]
[DisplayName("Thinning Guide")]
[PropertyOrder(10)]
public:
property ThinningGuideType ThinningGuideType {
   ThinningGuideType get();
   void set (    ThinningGuideType 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