This page contains reference documentation for the OutputFilePath member. This data member sets or gets the OUTPUTFILEPATH parameter.
string OutputFilePath;
Examples are as follows:
ConvertToGeotiffModifier ctg_modifier = new ConvertToGeotiffModifier; // string sets the absolute path to the directory containing the imagery and must include the terminating backslash. ctg_modifier.OutputFilePath = "c:\\geotiff_files\\";
For sample code: