Overridden.Loads input data to the system from the the nodes attached to input.


Namespace: xpidea.neuro.net.bam
Assembly: xpidea.neuro.net (in xpidea.neuro.net.dll)

Syntax

Visual Basic (Declaration)
Protected Overrides Sub LoadInputs()
C#
protected override void LoadInputs()
C++
protected:
 virtual void LoadInputs() override 
J#
protected override void LoadInputs()
JScript
protected override  function LoadInputs()

See Also