ConvertToGeotiffModifier.InputImageryFile

This page contains reference documentation for the InputImageryFile member. This data member sets or gets the INPUTIMAGERYFILE parameter.

Declaration

string InputImageryFile;

Examples

Examples are as follows:

ConvertToGeotiffModifier ctg_modifier = new ConvertToGeotiffModifier;

// string for input DEM or ArcGrid file name relative to OutputFilePath parameter.

ctg_modifier.InputImageryFile = "my_dem.dem";

Working Sample Code

For sample code: