Table of Contents

Method RemoveEdge

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

RemoveEdge(string)

Removes one edge by ID.

public virtual GraphAsset.RemovedElements RemoveEdge(string id)

Parameters

id string

The ID of the edge to remove.

Returns

GraphAsset.RemovedElements

A record describing the removed edge, if any.