Heureka API .NET Documentation
AssignLandUse Method



Treatment units to assign land use to
Period to assign for
Set true to calculate transitions. Otherwise, only initial land use code will be set or propagated
Assign land use codes and transitions to treatment units for a period
Syntax
'Declaration
 
Public Sub AssignLandUse( _
   ByVal treatmentUnits As ICollection(Of TreatmentUnit), _
   ByVal period As Integer, _
   ByVal performTransitions As Boolean _
) 
'Usage
 
Dim instance As LandUseAssigner
Dim treatmentUnits As ICollection(Of TreatmentUnit)
Dim period As Integer
Dim performTransitions As Boolean
 
instance.AssignLandUse(treatmentUnits, period, performTransitions)

Parameters

treatmentUnits
Treatment units to assign land use to
period
Period to assign for
performTransitions
Set true to calculate transitions. Otherwise, only initial land use code will be set or propagated
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

LandUseAssigner Class
LandUseAssigner Members

Send Feedback