Heureka API .NET Documentation
BreedingSpecifications Property



Specifications on breeding
Syntax
'Declaration
 
<CategoryAttribute("2. Regeneration")>
<DescriptionAttribute("Settings for breeding")>
<DisplayNameAttribute("Breeding")>
<PropertyOrderAttribute(50)>
<TypeConverterAttribute("Slu.Heureka.BaseLayer.ComponentModel.OpenDialogTypeConverter, Slu.Heureka.BaseLayer, Version=2.11.0.16312, Culture=neutral, PublicKeyToken=null")>
<ObjectDefaultValuesAttribute()>
Public Property BreedingSpecifications As BreedingSpecificationDictionary
'Usage
 
Dim instance As TreatmentModelControlTable
Dim value As BreedingSpecificationDictionary
 
instance.BreedingSpecifications = value
 
value = instance.BreedingSpecifications
[Category("2. Regeneration")]
[Description("Settings for breeding")]
[DisplayName("Breeding")]
[PropertyOrder(50)]
[TypeConverter("Slu.Heureka.BaseLayer.ComponentModel.OpenDialogTypeConverter, Slu.Heureka.BaseLayer, Version=2.11.0.16312, Culture=neutral, PublicKeyToken=null")]
[ObjectDefaultValues()]
public BreedingSpecificationDictionary BreedingSpecifications {get; set;}
[Category("2. Regeneration")]
[Description("Settings for breeding")]
[DisplayName("Breeding")]
[PropertyOrder(50)]
[TypeConverter("Slu.Heureka.BaseLayer.ComponentModel.OpenDialogTypeConverter, Slu.Heureka.BaseLayer, Version=2.11.0.16312, Culture=neutral, PublicKeyToken=null")]
[ObjectDefaultValues()]
public:
property BreedingSpecificationDictionary^ BreedingSpecifications {
   BreedingSpecificationDictionary^ get();
   void set (    BreedingSpecificationDictionary^ 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

TreatmentModelControlTable Class
TreatmentModelControlTable Members

Send Feedback