Method RemoveLastPortFromList
RemoveLastPortFromList(GraphDescriptor, NodeDescriptor, IPortEditor)
Remove the Last Port from an existing portlist
Declaration
public static bool RemoveLastPortFromList(GraphDescriptor desc, NodeDescriptor node, IPortEditor listPort)
Parameters
Type | Name | Description |
---|---|---|
GraphDescriptor | desc | The GraphDescriptor |
NodeDescriptor | node | The node on which to add a Port to the portlist |
IPortEditor | listPort | The NodeEditor IPortDescription on which to remove the port |
Returns
Type | Description |
---|---|
bool | Returns true for success |