Object Reference : Object View and Procedure Reference : Geomap
  
 
load
Load a shapefile from disk.
Syntax
geomap_name.load file_description
where file_description is a local file found on disk.
Examples
gmap1.load c:\temp\california.prj
loads the “c:\temp\california.prj” shapefile. Note the corresponding “.dbf”, “.shp”, and “.shx” files must also be present in the same directory (for this example, “California.dbf”, “California.shp”, and “California.shx”).
Cross-references
See “Geomaps” for a discussion of geomaps.