Slu.Heureka.DomainLayer.Forest Namespace > PredictionUnit Class > PredictionUnit Constructor : PredictionUnit Constructor(Int32,TreatmentUnit,DataType,Nullable<Double>,SpeciesGroupCode,AgeType,Nullable<PlotTypes>,CountyCode,Double,Double,Nullable<VegetationType>,Double,Boolean,RegionCode,Nullable<Double>,Nullable<Double>,Nullable<Double>,Boolean,SoilMoistureType,Nullable<Int32>,Nullable<SoilWaterCode>,ClimateCode,String,Nullable<TextureType>,Boolean,Nullable<GroundLayerType>,Nullable<Int32>,CoordinateType,MaturityClassRISType,Nullable<Double>,Nullable<Int32>,Nullable<Int32>,Nullable<Double>,Nullable<Double>,Nullable<Double>) |
'Declaration
Public Function New( _ ByVal maxPeriods As Integer, _ ByVal treatmentUnit As TreatmentUnit, _ ByVal dataType As DataType, _ ByVal siteIndex As Nullable(Of Double), _ ByVal domSpecies As SpeciesGroupCode, _ ByVal evenAgeCode As AgeType, _ ByVal unitType As Nullable(Of PlotTypes), _ ByVal county As CountyCode, _ ByVal latitude As Double, _ ByVal altitude As Double, _ ByVal vegetationType As Nullable(Of VegetationType), _ ByVal plotArea As Double, _ ByVal ditch As Boolean, _ ByVal region As RegionCode, _ ByVal eastCoord As Nullable(Of Double), _ ByVal northCoord As Nullable(Of Double), _ ByVal impedimentFraction As Nullable(Of Double), _ ByVal peat As Boolean, _ ByVal soilMoist As SoilMoistureType, _ ByVal distanceToCoast As Nullable(Of Integer), _ ByVal groundWater As Nullable(Of SoilWaterCode), _ ByVal climate As ClimateCode, _ ByVal description As String, _ ByVal texture As Nullable(Of TextureType), _ ByVal split As Boolean, _ ByVal groundLayer As Nullable(Of GroundLayerType), _ ByVal seedTrees As Nullable(Of Integer), _ ByVal coordType As CoordinateType, _ ByVal maturityClass As MaturityClassRISType, _ ByVal siteIndexH As Nullable(Of Double), _ ByVal damage As Nullable(Of Integer), _ ByVal humidity As Nullable(Of Integer), _ ByVal fieldEstBa As Nullable(Of Double), _ ByVal meanAgeTotal As Nullable(Of Double), _ ByVal meanAgeBH As Nullable(Of Double) _ )
'Usage
Dim maxPeriods As Integer Dim treatmentUnit As TreatmentUnit Dim dataType As DataType Dim siteIndex As Nullable(Of Double) Dim domSpecies As SpeciesGroupCode Dim evenAgeCode As AgeType Dim unitType As Nullable(Of PlotTypes) Dim county As CountyCode Dim latitude As Double Dim altitude As Double Dim vegetationType As Nullable(Of VegetationType) Dim plotArea As Double Dim ditch As Boolean Dim region As RegionCode Dim eastCoord As Nullable(Of Double) Dim northCoord As Nullable(Of Double) Dim impedimentFraction As Nullable(Of Double) Dim peat As Boolean Dim soilMoist As SoilMoistureType Dim distanceToCoast As Nullable(Of Integer) Dim groundWater As Nullable(Of SoilWaterCode) Dim climate As ClimateCode Dim description As String Dim texture As Nullable(Of TextureType) Dim split As Boolean Dim groundLayer As Nullable(Of GroundLayerType) Dim seedTrees As Nullable(Of Integer) Dim coordType As CoordinateType Dim maturityClass As MaturityClassRISType Dim siteIndexH As Nullable(Of Double) Dim damage As Nullable(Of Integer) Dim humidity As Nullable(Of Integer) Dim fieldEstBa As Nullable(Of Double) Dim meanAgeTotal As Nullable(Of Double) Dim meanAgeBH As Nullable(Of Double) Dim instance As New PredictionUnit(maxPeriods, treatmentUnit, dataType, siteIndex, domSpecies, evenAgeCode, unitType, county, latitude, altitude, vegetationType, plotArea, ditch, region, eastCoord, northCoord, impedimentFraction, peat, soilMoist, distanceToCoast, groundWater, climate, description, texture, split, groundLayer, seedTrees, coordType, maturityClass, siteIndexH, damage, humidity, fieldEstBa, meanAgeTotal, meanAgeBH)
public PredictionUnit( int maxPeriods, TreatmentUnit treatmentUnit, DataType dataType, Nullable<double> siteIndex, SpeciesGroupCode domSpecies, AgeType evenAgeCode, Nullable<PlotTypes> unitType, CountyCode county, double latitude, double altitude, Nullable<VegetationType> vegetationType, double plotArea, bool ditch, RegionCode region, Nullable<double> eastCoord, Nullable<double> northCoord, Nullable<double> impedimentFraction, bool peat, SoilMoistureType soilMoist, Nullable<int> distanceToCoast, Nullable<SoilWaterCode> groundWater, ClimateCode climate, string description, Nullable<TextureType> texture, bool split, Nullable<GroundLayerType> groundLayer, Nullable<int> seedTrees, CoordinateType coordType, MaturityClassRISType maturityClass, Nullable<double> siteIndexH, Nullable<int> damage, Nullable<int> humidity, Nullable<double> fieldEstBa, Nullable<double> meanAgeTotal, Nullable<double> meanAgeBH )
public: PredictionUnit( int maxPeriods, TreatmentUnit^ treatmentUnit, DataType dataType, Nullable<double> siteIndex, SpeciesGroupCode domSpecies, AgeType evenAgeCode, Nullable<PlotTypes> unitType, CountyCode county, double latitude, double altitude, Nullable<VegetationType> vegetationType, double plotArea, bool ditch, RegionCode region, Nullable<double> eastCoord, Nullable<double> northCoord, Nullable<double> impedimentFraction, bool peat, SoilMoistureType soilMoist, Nullable<int> distanceToCoast, Nullable<SoilWaterCode> groundWater, ClimateCode climate, String^ description, Nullable<TextureType> texture, bool split, Nullable<GroundLayerType> groundLayer, Nullable<int> seedTrees, CoordinateType coordType, MaturityClassRISType maturityClass, Nullable<double> siteIndexH, Nullable<int> damage, Nullable<int> humidity, Nullable<double> fieldEstBa, Nullable<double> meanAgeTotal, Nullable<double> meanAgeBH )
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