|
GetNeuroneInfo
|
Accueil Précédent Suivant |
C/C++ declaration
extern int __stdcall GetNeuroneInfo(long Handle, struct TNeuronData * lParam);
Pascal declaration
Function GetNeuroneInfo(Handle: LongInt; lParam: PNeuronData): Integer;
Lecture des informations d'un neurone.
IN → Handle : Model handle.
IN/OUT → lParam : Structure de description du neurone.
Return → 0 si OK
The TNeuronData structure describe the targeted node. Befaore the call, LayerIndex and NodeIndex fields must be written. The other fields can be modified after the call, in order to call ModifyModel.