The destination Node for this Link.

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

Syntax

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

Field Value

A Node which is the destination Node for this Link.

See Also