GraphEnumerable Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |