UpperColorMap Property
The UpperColorMap property returns the upper material color map object for a surface map. Returns a ColorMap object. This is a read-only property.
Syntax
object.UpperColorMap
Example
This example demonstrates how to return the upper material color.
Debug.Print "UpperColorMap DataMin = "; SurfaceMap.UpperColorMap.DataMin
Used by: Surface object