The origination Node for this Link.

Namespace: Imsl.DataMining.Neural
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public virtual Node From { get; }
Visual Basic (Declaration)
Public Overridable ReadOnly Property From As Node
Visual C++
public:
virtual property Node^ From {
	Node^ get ();
}

Field Value

A Node which is the origination Node for this Link.

See Also