Heureka API .NET Documentation
StripRoadWidth Property



Effective width of strip roads (m)
Syntax
'Declaration
 
<DescriptionAttribute("Effective width of strip roads (m). Actual strip road width * reduction factor due to possibility navigate around trees. For example 4 * 0.75 = 3 m.")>
<CategoryAttribute("4. Thinning or Selection Felling")>
<DefaultValueAttribute()>
<DisplayNameAttribute("Effective Strip Road Width")>
<PropertyOrderAttribute(80)>
Public Property StripRoadWidth As Double
'Usage
 
Dim instance As TreatmentModelControlTable
Dim value As Double
 
instance.StripRoadWidth = value
 
value = instance.StripRoadWidth
[Description("Effective width of strip roads (m). Actual strip road width * reduction factor due to possibility navigate around trees. For example 4 * 0.75 = 3 m.")]
[Category("4. Thinning or Selection Felling")]
[DefaultValue()]
[DisplayName("Effective Strip Road Width")]
[PropertyOrder(80)]
public double StripRoadWidth {get; set;}
[Description("Effective width of strip roads (m). Actual strip road width * reduction factor due to possibility navigate around trees. For example 4 * 0.75 = 3 m.")]
[Category("4. Thinning or Selection Felling")]
[DefaultValue()]
[DisplayName("Effective Strip Road Width")]
[PropertyOrder(80)]
public:
property double StripRoadWidth {
   double get();
   void set (    double 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