ColorModulation Property
The ColorModulation property returns or sets the color modulation for surface maps. Returns a SrfColorModulation.
Syntax
object.ColorModulation
object. ColorModulation = Modulation
Parameter |
Type |
Description |
Modulation |
required |
Example 1
This example shows how to return the color modulation type.
Debug .Print "Color modulation = "; MapFrame4surface.ColorModulation
Example 2
This example shows how to set the color modulation to surface only.
MapFrame4surface.ColorModulation = srfCMSurfaceOnly
Used by: MapFrame object