The Layer in which this Node exists.
Namespace: Imsl.DataMining.NeuralAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntaxpublic virtual Layer Layer { get; }Public Overridable ReadOnly Property Layer As Layer
Get
public:
virtual property Layer^ Layer {
Layer^ get ();
}abstract Layer : Layer with get
override Layer : Layer with get
Property Value
Type:
Layer
The
Layer associated with this
Node.
See Also