IGraphService Methods |
The IGraphService type exposes the following members.
Name | Description | |
---|---|---|
AddSwitchCase |
Adds switch case to multi-choice node.
| |
CreateConnection |
Creates a new connection between specified nodes.
| |
CreateNode |
Creates new node of specified type.
| |
CreateNodeOnConnections |
Creates new node of specified type.
| |
EditConnectionEnd |
Moves connection end to specified node.
| |
EditConnectionStart |
Moves connection start to specified node.
| |
GetNode |
Get node specification for refresh purpose.
| |
RemoveConnection |
Deletes specified connection.
| |
RemoveNode |
Removes specified node and all its connections.
| |
RemoveSwitchCase |
Removes switch case from multi-choice node.
| |
SetNodeName |
Sets node name.
| |
SetNodePosition |
Sets new position to specified node.
| |
SetSwitchCaseName |
Sets switch case name.
|