Slu.Heureka.HeurekaAPI.Data Namespace > ApiSpeciesInputData Class > ApiSpeciesInputData Constructor : ApiSpeciesInputData Constructor(SpeciesCode,Double,Double,Double,Nullable<Double>,Nullable<Double>,ApiLayerType) |
'Declaration
Public Function New( _ ByVal species As SpeciesCode, _ ByVal meanAge As Double, _ ByVal meanHeight As Double, _ ByVal meanDiameterDgv As Double, _ ByVal basalAreaHa As Nullable(Of Double), _ ByVal stemsPerHa As Nullable(Of Double), _ Optional ByVal layerType As ApiLayerType _ )
'Usage
Dim species As SpeciesCode Dim meanAge As Double Dim meanHeight As Double Dim meanDiameterDgv As Double Dim basalAreaHa As Nullable(Of Double) Dim stemsPerHa As Nullable(Of Double) Dim layerType As ApiLayerType Dim instance As New ApiSpeciesInputData(species, meanAge, meanHeight, meanDiameterDgv, basalAreaHa, stemsPerHa, layerType)
public ApiSpeciesInputData( SpeciesCode species, double meanAge, double meanHeight, double meanDiameterDgv, Nullable<double> basalAreaHa, Nullable<double> stemsPerHa, ApiLayerType layerType )
public: ApiSpeciesInputData( SpeciesCode species, double meanAge, double meanHeight, double meanDiameterDgv, Nullable<double> basalAreaHa, Nullable<double> stemsPerHa, ApiLayerType layerType )
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