ColorGrid Property
ColorGrid returns the grid object used for color scaling in a vector map. Returns a Grid object. This is a read-only property.
Syntax
object.ColorGrid
Example
This example demonstrates how to return the maximum Z coordinate of a grid file used for color scaling.
Debug .Print VectorLayer.ColorGrid.FileName
Used by: VectorLayer Object