Heureka API .NET Documentation
ShuffleRetentionClasses Property



Syntax
'Declaration
 
<CategoryAttribute("8.1 Tree Retention Settings")>
<DescriptionAttribute("If set to true, the trees inside each priority class will be shuffled after assignation. If false, trees of higher diameter will be handled first within each class")>
<DefaultValueAttribute()>
<DisplayNameAttribute("Shuffle Retention Classes")>
<PropertyOrderAttribute(254)>
Public Property ShuffleRetentionClasses As Boolean
'Usage
 
Dim instance As TreatmentModelControlTable
Dim value As Boolean
 
instance.ShuffleRetentionClasses = value
 
value = instance.ShuffleRetentionClasses
[Category("8.1 Tree Retention Settings")]
[Description("If set to true, the trees inside each priority class will be shuffled after assignation. If false, trees of higher diameter will be handled first within each class")]
[DefaultValue()]
[DisplayName("Shuffle Retention Classes")]
[PropertyOrder(254)]
public bool ShuffleRetentionClasses {get; set;}
[Category("8.1 Tree Retention Settings")]
[Description("If set to true, the trees inside each priority class will be shuffled after assignation. If false, trees of higher diameter will be handled first within each class")]
[DefaultValue()]
[DisplayName("Shuffle Retention Classes")]
[PropertyOrder(254)]
public:
property bool ShuffleRetentionClasses {
   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