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
_______________________________________________
gdal-dev mailing list
gdal-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to