FillContours Property

The FillContours property returns or sets the Fill Contours value. Returns a Boolean.

Syntax

object.FillContours

object.FillContours = FillContours

 

Parameter Type Description
FillContours Boolean required, true to fill map contours

 

Example

This example shows how to fill contour maps.

ContourXYDataMap.FillContours = True

 

Used by: AutoContourDataMap object