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