IParameters FindParamByName Method NFX Class Library

[This is preliminary documentation and is subject to change.]

Tries to find parameter by name and returns null if parameter could not be found

Namespace: NFX
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

IParameter FindParamByName(
	string name
)

Return Value

Type: IParameter
See Also