Method AddNodeToGroup
AddNodeToGroup(GraphDescriptor, GroupDescriptor, NodeDescriptor)
Add specified node to a group
Declaration
public static bool AddNodeToGroup(GraphDescriptor desc, GroupDescriptor group, NodeDescriptor node)
Parameters
Type | Name | Description |
---|---|---|
GraphDescriptor | desc | The GraphDescriptor |
GroupDescriptor | group | The group on which to add this node |
NodeDescriptor | node | The node to add to the group |
Returns
Type | Description |
---|---|
bool | Returns true for success |