Heureka API .NET Documentation
RetainTrees Property



Indicator if trees should be retained (true) or not (false)
Syntax
'Declaration
 
<DefaultValueAttribute()>
<CategoryAttribute("8.1 Tree Retention Settings")>
<DescriptionAttribute("Indicator if trees should be retained (true) or not (false)")>
<DisplayNameAttribute("Retain Trees?")>
<PropertyOrderAttribute(250)>
Public Property RetainTrees As Boolean
'Usage
 
Dim instance As TreatmentModelControlTable
Dim value As Boolean
 
instance.RetainTrees = value
 
value = instance.RetainTrees
[DefaultValue()]
[Category("8.1 Tree Retention Settings")]
[Description("Indicator if trees should be retained (true) or not (false)")]
[DisplayName("Retain Trees?")]
[PropertyOrder(250)]
public bool RetainTrees {get; set;}
[DefaultValue()]
[Category("8.1 Tree Retention Settings")]
[Description("Indicator if trees should be retained (true) or not (false)")]
[DisplayName("Retain Trees?")]
[PropertyOrder(250)]
public:
property bool RetainTrees {
   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