The collection of nodes in the Bayesian network.

Namespace:  BayesServer
Assembly:  BayesServer (in BayesServer.dll)
Version: 2.2.0.0 (2.2.0.0)

Syntax

C#
public NetworkNodeCollection Nodes { get; }
Visual Basic (Declaration)
Public ReadOnly Property Nodes As NetworkNodeCollection
Visual C++
public:
property NetworkNodeCollection^ Nodes {
	NetworkNodeCollection^ get ();
}

See Also