The destination Node for this Link.
Namespace: Imsl.DataMining.NeuralAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntaxpublic virtual Node To { get; }Public Overridable ReadOnly Property To As Node
Get
public:
virtual property Node^ To {
Node^ get ();
}abstract To : Node with get
override To : Node with get
Property Value
Type:
Node
A
Node which is the destination
Node for this
Link.
See Also