I have shapes stored as GEOGRAPHY column in a SQL Server database table. I need to convert these into an ESRI .SHP file. I can do this using the UI but I need API that I can call from C#. Does C# API exist? if yes, is there any sample code?
Page 1 / 1
Have a look inside the FME Desktop installation, under
<FME_HOME>\\fmeobjects\\dotnet\\apidoc
Also, look in:
<FME_HOME>\\fmeobjects\\samples\\CSharp