FME Server .NET API

IFMETransformationRequest.GetPublishedParameter Method 

Gets the value assigned to a parameter.

[Visual Basic]
Function GetPublishedParameter( _
   ByVal parmName As String _
) As String
[C#]
string GetPublishedParameter(
   string parmName
);

Parameters

parmName
The name of a published parameter or macro.

Return Value

Returns the value assigned to the parameter or null if no value has been defined for that parameter name.

See Also

IFMETransformationRequest Interface | IFMETransformationRequest Members | Safe.FMEServer.API Namespace