Heureka API .NET Documentation
TreatmentInfo Constructor(TreatmentType,Int32,Double,Nullable<SpeciesGroupCode>)



Syntax
'Declaration
 
Public Function New( _
   ByVal treatmentType As TreatmentType, _
   ByVal period As Integer, _
   ByVal year As Double, _
   ByVal species As Nullable(Of SpeciesGroupCode) _
)
'Usage
 
Dim treatmentType As TreatmentType
Dim period As Integer
Dim year As Double
Dim species As Nullable(Of SpeciesGroupCode)
 
Dim instance As New TreatmentInfo(treatmentType, period, year, species)

Parameters

treatmentType
period
year
species
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

TreatmentInfo Class
TreatmentInfo Members
Overload List

Send Feedback