Heureka API .NET Documentation
LandUseAssigner Constructor(LandUseConfiguration,Boolean,Random,TreatmentUnitEngine)



True if forest fuel should be extracted during final fellings
Random number generator to use for this land use assigner
Constructs a land use assigner from the supplied configuration
Syntax
'Declaration
 
Public Function New( _
   ByVal landUseConfiguration As LandUseConfiguration, _
   ByVal extractForestFuel As Boolean, _
   ByVal rng As Random, _
   Optional ByVal engine As TreatmentUnitEngine _
)
'Usage
 
Dim landUseConfiguration As LandUseConfiguration
Dim extractForestFuel As Boolean
Dim rng As Random
Dim engine As TreatmentUnitEngine
 
Dim instance As New LandUseAssigner(landUseConfiguration, extractForestFuel, rng, engine)
public LandUseAssigner( 
   LandUseConfiguration landUseConfiguration,
   bool extractForestFuel,
   Random rng,
   TreatmentUnitEngine engine
)
public:
LandUseAssigner( 
   LandUseConfiguration^ landUseConfiguration,
   bool extractForestFuel,
   Random^ rng,
   TreatmentUnitEngine^ engine
)

Parameters

landUseConfiguration
extractForestFuel
True if forest fuel should be extracted during final fellings
rng
Random number generator to use for this land use assigner
engine
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
Overload List

Send Feedback