ConvertToGeotiffModifier.BatchFileName

This page contains reference documentation for the BatchFileName member. This data member sets or gets the BATCHFILENAME parameter.

Declaration

string BatchFileName;

Examples

Examples are as follows:

ConvertToGeotiffModifier ctg_modifier = new ConvertToGeotiffModifier;

// string sets the path and file

ctg_modifier.BatchFileName = "convert_to_geotiff.bat";

Working Sample Code

For sample code: