Heureka API .NET Documentation
ToNFILandUse Method



Converts from Forestand to NFI land use code
Syntax
'Declaration
 
<ExtensionAttribute()>
Public Shared Function ToNFILandUse( _
   ByVal landUse As Nullable(Of LandUseForestand) _
) As NFILandUse
'Usage
 
Dim landUse As Nullable(Of LandUseForestand)
Dim value As NFILandUse
 
value = LandUseCodeTranslator.ToNFILandUse(landUse)
[Extension()]
public static NFILandUse ToNFILandUse( 
   Nullable<LandUseForestand> landUse
)
[Extension()]
public:
static NFILandUse ToNFILandUse( 
   Nullable<LandUseForestand> landUse
) 

Parameters

landUse
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

LandUseCodeTranslator Class
LandUseCodeTranslator Members

Send Feedback