NGraphAdapter Class Members
In This Topic
The following tables list the members exposed by NGraphAdapter.
Public Constructors
Public Methods
| Name | Description |
| GetEdgeDestination | For an edge object, returns its destination |
| GetEdgeSource | For an edge object, returns its source |
| GetIncomingEdges | For a vertex object, returns a list of its incomming edges |
| GetOutgoingEdges | For a vertex object, returns a list of its outgoing edges |
| GetType | Overloaded. Gets the graph part type, which the object must represent (in case it is a graph part) |
Top
See Also