Method GetParameter
GetParameter(GraphDescriptor, string)
Get a parameter descriptor by name
Declaration
public static ParameterDescriptor GetParameter(GraphDescriptor desc, string name)
Parameters
| Type | Name | Description |
|---|---|---|
| GraphDescriptor | desc | The GraphDescriptor |
| string | name | The name of the parameter to get |
Returns
| Type | Description |
|---|---|
| ParameterDescriptor | Returns a ParameterDescriptor or null if not found |