GridFile Property [Return Value]
GridFile returns the name of the grid file used to create the map. Returns a string. It is a read only property.
Syntax
object.GridFile
Example
This example demonstrates how to return the name of the grid file used to create a vector map.
Debug.Print VectorLayer.GridFile
Used by: VectorLayer Object