Hello all, I have created a grid (.grd .tab pair) using VerticalMapper vs. 2.5, and I am trying to obtain the z-values in MapBasic vs. 6.5. So far I have made a tool that gets a click from the user, and I had no problems getting the x and y geocoded locations, but I am having difficulty getting access to the z value at this location. I have found a great function that apparently works with .mig grids, but it doesn't work with .grd .tab pairs. (From <http://www.paris-pc-gis.com/mb_r/doc/migrid_MB_calls/GE_MB_scripts.pdf> http://www.paris-pc-gis.com/mb_r/doc/migrid_MB_calls/GE_MB_scripts.pdf):
Declare Function GE_GetContinuousValue lib "migrid.dll" (ByVal hgrid as integer,ByVal icol as integer,ByVal jrow as integer, zval as float, ax as smallint ) as logical Any help would be greatly appreciated Thanks for your time John ************************************************************************* PRIVILEGE AND CONFIDENTIALITY NOTICE: The information in this email is intended for the named recipients only. It may contain privileged and confidential information. If you have received this communication in error, any use, copying or dissemination of its contents is strictly prohibited. Please erase all copies of the message along with any included attachments and notify Intermap Technologies or the sender immediately by telephone at the number indicated on this page. *************************************************************************
