Heureka API .NET Documentation
AgeToBreastHeightModel Property



Model to compute number of years to reach breast height
Syntax
'Declaration
 
<ObsoleteAttribute()>
<BrowsableAttribute(False)>
Public Property AgeToBreastHeightModel As AgeToBreastHeightModelType
'Usage
 
Dim instance As ProductionModelControlTable
Dim value As AgeToBreastHeightModelType
 
instance.AgeToBreastHeightModel = value
 
value = instance.AgeToBreastHeightModel
[Obsolete()]
[Browsable(false)]
public AgeToBreastHeightModelType AgeToBreastHeightModel {get; set;}
[Obsolete()]
[Browsable(false)]
public:
property AgeToBreastHeightModelType AgeToBreastHeightModel {
   AgeToBreastHeightModelType get();
   void set (    AgeToBreastHeightModelType 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

ProductionModelControlTable Class
ProductionModelControlTable Members

Send Feedback