Heureka API .NET Documentation
StemsResidualBeforeUnderstoreyCleaning Property



This property is only used to enable easy revert of understorey cleaning
Syntax
'Declaration
 
Public Property StemsResidualBeforeUnderstoreyCleaning As Single
'Usage
 
Dim instance As Tree
Dim value As Single
 
instance.StemsResidualBeforeUnderstoreyCleaning = value
 
value = instance.StemsResidualBeforeUnderstoreyCleaning
public float StemsResidualBeforeUnderstoreyCleaning {get; set;}
public:
property float StemsResidualBeforeUnderstoreyCleaning {
   float get();
   void set (    float 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

Tree Class
Tree Members

Send Feedback