Method RemoveNode
RemoveNode(GraphDescriptor, string)
Remove a node by guid from the Graph
Declaration
public static bool RemoveNode(GraphDescriptor desc, string guid)
Parameters
Type | Name | Description |
---|---|---|
GraphDescriptor | desc | The GraphDescriptor |
string | guid | The Node Guid to remove |
Returns
Type | Description |
---|---|
bool | Returns true for success |
RemoveNode(GraphDescriptor, NodeDescriptor)
Remove a node from the Graph
Declaration
public static bool RemoveNode(GraphDescriptor desc, NodeDescriptor node)
Parameters
Type | Name | Description |
---|---|---|
GraphDescriptor | desc | The GraphDescriptor |
NodeDescriptor | node | The NodeDescriptor to remove |
Returns
Type | Description |
---|---|
bool | Returns true for success |