Heureka API .NET Documentation
Year Property (TreatmentUnit)



Gets or sets the year for the current period, offset from start of simulation (inventory year), to the current period
Syntax
'Declaration
 
<BrowsableAttribute(False)>
Public ReadOnly Property Year As Double
'Usage
 
Dim instance As TreatmentUnit
Dim value As Double
 
value = instance.Year
[Browsable(false)]
public double Year {get;}
[Browsable(false)]
public:
property double Year {
   double get();
}

Property Value

Year,
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

TreatmentUnit Class
TreatmentUnit Members

Send Feedback