ConvertToGeotiffModifier.OutputGeotiffFile

This page contains reference documentation for the OutputGeotiffFile member. This data member sets or gets the OUTPUTGEOTIFFFILE parameter.

Declaration

string OutputGeotiffFile;

Examples

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";

Working Sample Code

For sample code: