ParameterList.find

Gets a GdaParameter from the parameter list given its name.

class ParameterList
find
(
string name
)

Parameters

name string

name of the parameter to search for.

Return Value

Type: Parameter

the GdaParameter identified by name, if found, or NULL if not found.

Meta