Hi,
I developing one application using FME .net DLL
I need to write one value in one attribute in File GDB. I have created the GDB template file with that attribute. But it fails to update the value in File GDB and please find the parameter I have set for the writer.
StringCollection strColWriter = new StringCollection();
strColWriter.Add("DATASET");
strColWriter.Add(<template path>);
strColWriter.Add("IDs");
strColWriter.Add(<feature class name>);
Please suggest me the solution ASAP.