Heureka API .NET Documentation
SiteIndexManagement Property (SiteData)



Site index to determine min final felling age, if supplied and activated. (m)
Syntax
'Declaration
 
<DescriptionAttribute("Site index to determine min final felling age, if supplied and activated.")>
<UnitAttribute("H100 m")>
<DisplayNameAttribute("SI Management")>
<DisplayNameShortAttribute("SI management")>
<BrowsableAttribute(False)>
Public ReadOnly Property SiteIndexManagement As Nullable(Of Double)
'Usage
 
Dim instance As SiteData
Dim value As Nullable(Of Double)
 
value = instance.SiteIndexManagement
[Description("Site index to determine min final felling age, if supplied and activated.")]
[Unit("H100 m")]
[DisplayName("SI Management")]
[DisplayNameShort("SI management")]
[Browsable(false)]
public Nullable<double> SiteIndexManagement {get;}
[Description("Site index to determine min final felling age, if supplied and activated.")]
[Unit("H100 m")]
[DisplayName("SI Management")]
[DisplayNameShort("SI management")]
[Browsable(false)]
public:
property Nullable<double> SiteIndexManagement {
   Nullable<double> 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

SiteData Class
SiteData Members

Send Feedback