[gdal-dev] GDAL C# Bindings: How to implement callback
rmaddu
rajeshreddy_m at yahoo.co.in
Fri May 8 05:36:05 PDT 2020
Dear All,
I have called below GDAL function with callback, not getting the call to
callback function?
var newDs = Gdal.wrapper_GDALVectorTranslateDestName(output, ds,
gdalOptions, new Gdal.GDALProgressFuncDelegate(ProgressFunc), null);
public static int ProgressFunc(double Complete, IntPtr Message, IntPtr
Data)
{
}
How to know that this call is complete?
Regards,
Rajesh
--
Sent from: http://osgeo-org.1560.x6.nabble.com/GDAL-Dev-f3742093.html
More information about the gdal-dev
mailing list