Heureka API .NET Documentation
HighStumpsHeight Property



Height of high stump (m)
Syntax
'Declaration
 
<DefaultValueAttribute()>
<CategoryAttribute("8.2 High Stump Settings")>
<DescriptionAttribute("Height of high stump (m)")>
<DisplayNameAttribute("Height of High Stumps")>
<ReadOnlyAttribute(True)>
<PropertyOrderAttribute(303)>
Public ReadOnly Property HighStumpsHeight As String
'Usage
 
Dim instance As TreatmentModelControlTable
Dim value As String
 
value = instance.HighStumpsHeight
[DefaultValue()]
[Category("8.2 High Stump Settings")]
[Description("Height of high stump (m)")]
[DisplayName("Height of High Stumps")]
[ReadOnly(true)]
[PropertyOrder(303)]
public string HighStumpsHeight {get;}
[DefaultValue()]
[Category("8.2 High Stump Settings")]
[Description("Height of high stump (m)")]
[DisplayName("Height of High Stumps")]
[ReadOnly(true)]
[PropertyOrder(303)]
public:
property String^ HighStumpsHeight {
   String^ get();
}
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