Heureka API .NET Documentation
Texture Property



Soil texture
Syntax
'Declaration
 
<DescriptionAttribute("Soil texture, 1=Blockig 2=Grusig morän/grus 3=Sandig morän/grovsand 4=Sa-mo morän/mellansa 5=Moig morän/finmo 6=Mjälig morän/mjäla 7=Lerig morän/lera")>
<DisplayNameAttribute("Soil Texture")>
<DisplayNameShortAttribute("SoilText")>
<BrowsableAttribute(True)>
Public ReadOnly Property Texture As Nullable(Of TextureType)
'Usage
 
Dim instance As SiteData
Dim value As Nullable(Of TextureType)
 
value = instance.Texture
[Description("Soil texture, 1=Blockig 2=Grusig morän/grus 3=Sandig morän/grovsand 4=Sa-mo morän/mellansa 5=Moig morän/finmo 6=Mjälig morän/mjäla 7=Lerig morän/lera")]
[DisplayName("Soil Texture")]
[DisplayNameShort("SoilText")]
[Browsable(true)]
public Nullable<TextureType> Texture {get;}
[Description("Soil texture, 1=Blockig 2=Grusig morän/grus 3=Sandig morän/grovsand 4=Sa-mo morän/mellansa 5=Moig morän/finmo 6=Mjälig morän/mjäla 7=Lerig morän/lera")]
[DisplayName("Soil Texture")]
[DisplayNameShort("SoilText")]
[Browsable(true)]
public:
property Nullable<TextureType> Texture {
   Nullable<TextureType> 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