This page contains reference documentation for the OutputGeotiffFile member. This data member sets or gets the OUTPUTGEOTIFFFILE parameter.
string OutputGeotiffFile;
Examples are as follows:
ConvertToGeotiffModifier ctg_modifier = new ConvertToGeotiffModifier; // string for output GEOTIFF file name relative to OutputFilePath parameter. ctg_modifier.OutputGeotiffFile = "my_geotiff.tif";
For sample code: