Heureka API .NET Documentation
SoilDepth Property



Soil depth
Syntax
'Declaration
 
<DescriptionAttribute("Soil depth")>
<DisplayNameAttribute("Soil depth")>
<DisplayNameShortAttribute("SoilDepth")>
<BrowsableAttribute(False)>
Public ReadOnly Property SoilDepth As Nullable(Of SoilDepth)
'Usage
 
Dim instance As SiteData
Dim value As Nullable(Of SoilDepth)
 
value = instance.SoilDepth
[Description("Soil depth")]
[DisplayName("Soil depth")]
[DisplayNameShort("SoilDepth")]
[Browsable(false)]
public Nullable<SoilDepth> SoilDepth {get;}
[Description("Soil depth")]
[DisplayName("Soil depth")]
[DisplayNameShort("SoilDepth")]
[Browsable(false)]
public:
property Nullable<SoilDepth> SoilDepth {
   Nullable<SoilDepth> 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