Get all edges within this graph

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

Syntax

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

See Also