Hi all, It seems like the signature for DataSet.GetGCPs is incorrect in the C# bindings. It is currently: void DataSet.GetGCPs(SWIGTYPE_p_int nGCPs, SWIGTYPE_p_p_GDAL_GCP pGCPs) It seems like it should be: GCP[] Dataset.GetGCPs(); Should I open a ticket? Thanks, Jason