Navigation: Code Documentation > GeneticAlgorithm > RSGenerics.GeneticProgramEngine > Classes > TRSGPNode<T> > Properties
TRSGPNode<T>.Child[Integer] Property
Returns the child node at the specified index
Namespace: RSGenerics.GeneticProgramEngine
Delphi
public property Child[Index: Integer]: TRSGPNode<T> read GetChild;
Parameters
Index
Type: Integer
Type: TRSGPNode<T>
•RSGenerics.GeneticProgramEngine.TRSGPNode<T>.ChildCount
•RSGenerics.GeneticProgramEngine.TRSGPNode<T>.AddChild(TRSGPNode<T>)
•TRSGPNode<T>
•RSGenerics.GeneticProgramEngine