I have an applet that I use in conjunction with a Geonics EM38 Logger. Everything works fine, but I would like to be able to capture elevation data. I have modified the vbscript to change the shapefile type from Point to PointZ. I can get elevation data displaying on the onscreen form in real time, but I can't seem to get it added to the shapefile.
X and Y data are added with Call Application.Map.AddFeatureXY(cdbl(gbl_Longitude), cdbl(gbl_Latitude), false)
I think I can get it added to the attribute table, but isn't there some way to add it to the geometry in a PointZ shapefile?
Tom Potter
GIS Coordinator
USDA-NRCS Montana