GradientGrid Property
GradientGrid returns the grid object used for gradients. Returns a Grid object. This is a read-only property.
Syntax
object.GradientGrid
Example
This example demonstrates how to return the maximum z coordinate of the gradient grid used in a 2-grid vector map.
Debug.Print VectorLayer.GradientGrid.zMax
Used by: VectorLayer Object