GeneticMulticoreOptimizer.Selection Property

[Category(CATEGORY_FUNC)] 
[TypeConverter(typeof(SelectionTypeConverter))] 
public IGeneticSelection Selection {get; set;}
This language is not supported or no code example is available.
[Category(CATEGORY_FUNC)] 
[TypeConverter(typeof(SelectionTypeConverter))] 
public:  
property IGeneticSelection^ Selection { 
IGeneticSelection^ get( ); 
void set( 
IGeneticSelection^ value 
); 
}
This language is not supported or no code example is available.
public  
Category(CATEGORY_FUNC) 
TypeConverter(typeof(SelectionTypeConverter)) 
function get Selection() : IGeneticSelection
public  
Category(CATEGORY_FUNC) 
TypeConverter(typeof(SelectionTypeConverter)) 
function set Selection(value : IGeneticSelection);
This language is not supported or no code example is available.

Property Value

IGeneticSelection

In this article

Definition