An array containing the Link objects in the Network.
Namespace: Imsl.DataMining.NeuralAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntaxpublic abstract Link[] Links { get; }Public MustOverride ReadOnly Property Links As Link()
Get
public:
virtual property array<Link^>^ Links {
array<Link^>^ get () abstract;
}abstract Links : Link[] with get
Property Value
Type:
Link
An array of
Links associated with this
Network.
See Also