Skip to main content
Question

Can FME be used for secondary development in winfrom? There are secondary development tutorials

  • August 28, 2021
  • 1 reply
  • 6 views

Can FME be used for secondary development in winfrom? There are secondary development tutorials

1 reply

david_r
Celebrity
  • August 30, 2021

What is "winfrom", do you perhaps mean .NET?

Generally speaking, there are two options:

FME Desktop: use the .NET (or, even better, the C++) API libraries, you'll find the documentation here <FMEHOME>\\fmeobjects\\dotnet\\apidoc

FME Server: use the rich REST API, documentation can be found here https://docs.safe.com/fme/html/FME_REST/apidoc/v3/

Out of the two I'd say that FME Server makes the most sense for "secondary development", if I'm understanding you correctly.