Sets the value assigned to a parameter. The interpretation of these parameters depends on whether a workspace (.fmw) or mapping file (.fme) is used. In a workspace, parameters correspond to published parameters; in a mapping file, parameters correspond to macro definitions.
[Visual Basic]
Sub SetPublishedParameter( _
ByVal parmName As String, _
ByVal parmValue As String _
)
This is analogous to specifying "--parmName parmValue" on the FME command line.
IFMETransformationRequest Interface | IFMETransformationRequest Members | Safe.FMEServer.API Namespace