BaseFill Property
BaseFill returns a GLFillFormat object for the surface base fill. This is a read-only property.
Syntax
object.BaseFill
Example 1
This example demonstrates how to return the base fill color.
Debug .Print "BaseFill Color = "; SurfaceMap.BaseFill.Color
Example 2
This example demonstrates how to change the color of the base.
SurfaceMap.BaseFill.Color = srfColorElectricBlue
Used by: Surface object