FME Server .NET API

IFMETransformationRequest.GetFMEDirective Method 

Gets the value assigned to a FME Server directive.

[Visual Basic]
Function GetFMEDirective( _
   ByVal directiveName As String _
) As String
[C#]
string GetFMEDirective(
   string directiveName
);

Parameters

directiveName
The name of a FME Server directive.

Return Value

Returns the value assigned to that directive or null if no value exists for that directive

See Also

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