Table of Contents

Method GetEdge

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

GetEdge(string)

Gets an edge by ID.

public IEdge GetEdge(string id)

Parameters

id string

The edge ID.

Returns

IEdge

The matching edge, or null when no edge matches.