The Index of this instance in the collection of variables belonging to a network, or -1 if the variable does not belong to a node and hence a network.

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

Syntax

C#
public int Index { get; internal set; }
Visual Basic (Declaration)
Public Property Index As Integer
Visual C++
public:
property int Index {
	int get ();
	void set (int value);
}

See Also