Heureka API .NET Documentation
MeanAge Property (ApiSpeciesInputData)



Mean age (yrs) of the species or species group
Syntax
'Declaration
 
Public Property MeanAge As Double
'Usage
 
Dim instance As ApiSpeciesInputData
Dim value As Double
 
instance.MeanAge = value
 
value = instance.MeanAge
public double MeanAge {get; set;}
public:
property double MeanAge {
   double get();
   void set (    double value);
}
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

ApiSpeciesInputData Class
ApiSpeciesInputData Members

Send Feedback