Table of Contents

Struct GraphAsset.RemovedElements

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

Describes the graph elements removed by a mutation operation.

public struct GraphAsset.RemovedElements
Inherited Members

Remarks

RemoveNode(string) uses this to return both the removed node and every connected edge that had to be removed with it. RemoveEdge(string) uses the same container with only the Pinwheel.Vista.Graph.GraphAsset.RemovedElements.edges field populated.