ShowLabel Property

ShowLabel returns or sets the contour map show label state. Contour labels indicate the value of the contour line. The ShowLabel property has a Boolean value. If this value is 'True', the labels are displayed and if the value is 'False', the labels are invisible.

Syntax

object.ShowLabel

object. ShowLabel = ShowLabel

Parameter

Type

Description

ShowLabel

Boolean

required

Example 1

This example demonstrates how to return whether or not the label of a level is displayed.

Debug.Print SeventhContour.ShowLabel

Example 2

This example demonstrates how to display the label of a level.

SeventhContour.ShowLabel = True

Used by: Level object