This page contains reference documentation for the BatchFileName member. This data member sets or gets the BATCHFILENAME parameter.
string BatchFileName;
Examples are as follows:
ConvertToGeotiffModifier ctg_modifier = new ConvertToGeotiffModifier; // string sets the path and file ctg_modifier.BatchFileName = "convert_to_geotiff.bat";
For sample code: