fmeobjects.FMEWorkspaceRunner.getParamOptional

FMEWorkspaceRunner. getParamOptional ( workspace,paramName )

This method determines if the specified parameter name on the workspace is an optional parameter.

Parameters:
  • workspace(str) – The path to the workspace containing parameter name.
  • paramName(str) – The parameter name to determine if optional.
Return type:

boolorNone

Returns:

Trueif the parameter is optional,Falseotherwise.

Raises:

FMEException- - - - - - ra是一个例外ised if the parameter is not found on the workspace.