This page contains reference documentation for the Add function. This function adds a string to a string-list.
int Add( string StringToAdd )
Function parameters are as follows:
Examples are as follows:
StrList fileList = new StrList; string elevationFile = "c:\\my_geotiff\\montana.tif"; fileList.Add( elevationFile );
For sample code: