Heureka API .NET Documentation
Damage Property



Damage, percentage, Only valid for first period, not recalculated when prediction unit grows
Syntax
'Declaration
 
<DescriptionAttribute("Proportion of stems with injuries. Only valid for first period, not updated in prognosis")>
<UnitAttribute("%")>
<DisplayNameAttribute("Damage Level")>
Public ReadOnly Property Damage As Nullable(Of Integer)
'Usage
 
Dim instance As SiteData
Dim value As Nullable(Of Integer)
 
value = instance.Damage
[Description("Proportion of stems with injuries. Only valid for first period, not updated in prognosis")]
[Unit("%")]
[DisplayName("Damage Level")]
public Nullable<int> Damage {get;}
[Description("Proportion of stems with injuries. Only valid for first period, not updated in prognosis")]
[Unit("%")]
[DisplayName("Damage Level")]
public:
property Nullable<int> Damage {
   Nullable<int> get();
}
Remarks
Only valid for first period, not recalculated when prediction unit grows
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

SiteData Class
SiteData Members

Send Feedback