ConvertToGeotiffModifier.GdalApplicationName

This page contains reference documentation for the GdalApplicationName member. This data member sets or gets the GDALAPPLICATIONNAME parameter.

Declaration

string GdalApplicationName;

Examples

Examples are as follows:

ConvertToGeotiffModifier ctg_modifier = new ConvertToGeotiffModifier;

// string sets the GDAL application name relative to the OutputFilePath parameter.

ctg_modifier.GdalApplicationName = "GDAL_TRANSLATE.EXE";

Working Sample Code

For sample code: