Method RemoveParameter
RemoveParameter(GraphDescriptor, ParameterDescriptor)
Remove a parameter from the graph
Declaration
public static bool RemoveParameter(GraphDescriptor desc, ParameterDescriptor parameter)
Parameters
| Type | Name | Description |
|---|---|---|
| GraphDescriptor | desc | The GraphDescriptor |
| ParameterDescriptor | parameter | The Parameter Descriptor to remove |
Returns
| Type | Description |
|---|---|
| bool | Returns true for success |