ConvertToGeotiffModifier.OutputFilePath

This page contains reference documentation for the OutputFilePath member. This data member sets or gets the OUTPUTFILEPATH parameter.

Declaration

string OutputFilePath;

Examples

Examples are as follows:

ConvertToGeotiffModifier ctg_modifier = new ConvertToGeotiffModifier;

// string sets the absolute path to the directory containing the imagery and must include the terminating backslash.

ctg_modifier.OutputFilePath = "c:\\geotiff_files\\";

Working Sample Code

For sample code: