GradientGridFile Property

GradientGridFile returns the name of the grid file used for gradients in a 2-grid vector map. Returns a string. This is a read-only property.

Syntax

object.GradientGridFile

Example

This example demonstrates how to return the gradient grid file name used in a 2-grid vector map.

Debug.Print VectorLayer.GradientGridFile

Used by: VectorLayer Object