Get all nodes within this graph incl. root

Namespace:  FlowMap
Assembly:  FlowMap (in FlowMap.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property NodeCollection As Hashtable
C#
public Hashtable NodeCollection { get; }
Visual C++
public:
property Hashtable^ NodeCollection {
	Hashtable^ get ();
}
JavaScript
function get_nodeCollection();

See Also