GraphEnumerable Class

Definition

Extension methods for graph types.

public ref class GraphEnumerable abstract sealed
public static class GraphEnumerable
type GraphEnumerable = class
Public Module GraphEnumerable
Inheritance
GraphEnumerable

Methods

AsNodes(IEnumerable<GraphObject>)

Converts the given GraphObjects into GraphNodes. Groups are converted to nodes. No links are returned.

GetDescendants(IEnumerable<GraphObject>)
GetGroups(IEnumerable<GraphObject>)

From the list of GraphObject get all those that are groups

Applies to