Method RemoveDynamicPort
RemoveDynamicPort(GraphDescriptor, NodeDescriptor, string)
Remove a dynamic port of a node
Declaration
public static bool RemoveDynamicPort(GraphDescriptor desc, NodeDescriptor node, string portName)
Parameters
Type | Name | Description |
---|---|---|
GraphDescriptor | desc | The GraphDescriptor |
NodeDescriptor | node | The node on which to remove a Port |
string | portName | The name of the port |
Returns
Type | Description |
---|---|
bool | Returns true for success |