FillContours Property

FillContours returns or sets the fill contours state. It has a Boolean value. If this value is set to 'True', the areas between the contour lines are filled with color fills. If this value is 'False', then the contour map is not filled with color.

Syntax

object.FillContours

object. FillContours = Fill

Parameter

Type

Description

Fill

Boolean

required

Example 1

This example demonstrates how to return whether or not fill has been applied between contours.

Debug.Print ContourLayer.FillContours

Example 2

This example demonstrates how to display the contour fill of a contour map.

ContourLayer.FillContours = True

Used by: ContourLayer Object