FME Server .NET API

IFMERepository.GetCustomTransformer Method 

Gets the specified custom transformer view.

[Visual Basic]
Function GetCustomTransformer( _
   ByVal customTransformerName As String _
) As Safe.FMEServer.API.IFMECustomTransformer
[C#]
IFMECustomTransformer GetCustomTransformer(
   string customTransformerName
);

Parameters

customTransformerName
the unique name of the custom transformer item. For example, "foo.fmx"

Return Value

the specified custom transformer view. If no custom transformer view found for specified custom transformer name, then null is returned.

Exceptions

Exception TypeCondition
Safe.FMEServer.API.FMEServerExceptionif a FME Server exception occurred

See Also

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