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



Seed to use for the randomizer in this land use assigner
Constructs a land use assigner from the supplied configuration
Syntax
'Declaration
 
Public Function New( _
   ByVal landUseConfiguration As LandUseConfiguration, _
   ByVal randomSeed As Integer, _
   Optional ByVal engine As TreatmentUnitEngine _
)
'Usage
 
Dim landUseConfiguration As LandUseConfiguration
Dim randomSeed As Integer
Dim engine As TreatmentUnitEngine
 
Dim instance As New LandUseAssigner(landUseConfiguration, randomSeed, engine)
public LandUseAssigner( 
   LandUseConfiguration landUseConfiguration,
   int randomSeed,
   TreatmentUnitEngine engine
)
public:
LandUseAssigner( 
   LandUseConfiguration^ landUseConfiguration,
   int randomSeed,
   TreatmentUnitEngine^ engine
)

Parameters

landUseConfiguration
randomSeed
Seed to use for the randomizer in 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