Heureka API .NET Documentation
GetLandUseCode Method



Period to get land use code for
Get the land use code for the supplied period. If period 0 and no Land use code is specified, look in ExternalData table. If no land use code can be found plot is assumed to be productive.
Syntax
'Declaration
 
Public Function GetLandUseCode( _
   ByVal period As Integer _
) As LandUseCode
'Usage
 
Dim instance As TreatmentUnit
Dim period As Integer
Dim value As LandUseCode
 
value = instance.GetLandUseCode(period)
public LandUseCode GetLandUseCode( 
   int period
)
public:
LandUseCode GetLandUseCode( 
   int period
) 

Parameters

period
Period to get land use code for

Return Value

Land use code of the specified period, or ForestProductive if no value was found
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

TreatmentUnit Class
TreatmentUnit Members

Send Feedback