Method GetParameterValue
GetParameterValue<T>(GraphDescriptor, ParameterDescriptor, out T)
Get the default value of a parameter in the graph
Declaration
public static bool GetParameterValue<T>(GraphDescriptor desc, ParameterDescriptor paramDesc, out T value)
Parameters
| Type | Name | Description | 
|---|---|---|
| GraphDescriptor | desc | The GraphDescriptor instance  | 
    
| ParameterDescriptor | paramDesc | The parameter desc.  | 
    
| T | value | Default value of the port  | 
    
Returns
| Type | Description | 
|---|---|
| bool | Returns true if successful  | 
    
Type Parameters
| Name | Description | 
|---|---|
| T |