Table of Contents

Method GetEdges

Namespace
Pinwheel.Vista.Graph
Assembly
Pinwheel.Vista.Runtime.dll

GetEdges()

Gets a copy of the edge list.

public List<IEdge> GetEdges()

Returns

List<IEdge>

A new list containing the graph's current edges.

GetEdges(string, int)

protected List<IEdge> GetEdges(string nodeId, int slotId)

Parameters

nodeId string
slotId int

Returns

List<IEdge>