Heureka API .NET Documentation
FieldEstimatedBasalArea Property



Field estimated basal area in m2, or total basal area if field estimated basal area not is set
Syntax
'Declaration
 
<DescriptionAttribute("Field estimated basal area, or Basal Area if field estimated basal area not is available")>
<UnitAttribute("m2/ha")>
<DisplayNameAttribute("Basal Area (Field Estimated)")>
<BrowsableAttribute(False)>
Public ReadOnly Property FieldEstimatedBasalArea As Nullable(Of Double)
'Usage
 
Dim instance As SiteData
Dim value As Nullable(Of Double)
 
value = instance.FieldEstimatedBasalArea
[Description("Field estimated basal area, or Basal Area if field estimated basal area not is available")]
[Unit("m2/ha")]
[DisplayName("Basal Area (Field Estimated)")]
[Browsable(false)]
public Nullable<double> FieldEstimatedBasalArea {get;}
[Description("Field estimated basal area, or Basal Area if field estimated basal area not is available")]
[Unit("m2/ha")]
[DisplayName("Basal Area (Field Estimated)")]
[Browsable(false)]
public:
property Nullable<double> FieldEstimatedBasalArea {
   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