Heureka API .NET Documentation
MeanDiameterDGVOverstorey Property



Mean diameter overstorey trees (basal area weigthed "dgv", cm)
Syntax
'Declaration
 
<UnitAttribute("cm")>
<DescriptionAttribute("Mean diameter for overstorey trees (dgv)")>
<DisplayNameAttribute("Dgv Overstorey")>
<DbObjectLegacyNamesAttribute(System.Collections.Generic.List`1[System.String])>
<NumberOfDecimalsAttribute(1)>
Public ReadOnly Property MeanDiameterDGVOverstorey As Double
'Usage
 
Dim instance As ForestData
Dim value As Double
 
value = instance.MeanDiameterDGVOverstorey
[Unit("cm")]
[Description("Mean diameter for overstorey trees (dgv)")]
[DisplayName("Dgv Overstorey")]
[DbObjectLegacyNames(System.Collections.Generic.List`1[System.String])]
[NumberOfDecimals(1)]
public double MeanDiameterDGVOverstorey {get;}
[Unit("cm")]
[Description("Mean diameter for overstorey trees (dgv)")]
[DisplayName("Dgv Overstorey")]
[DbObjectLegacyNames(System.Collections.Generic.List`1[System.String])]
[NumberOfDecimals(1)]
public:
property double MeanDiameterDGVOverstorey {
   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

ForestData Class
ForestData Members

Send Feedback